platform.scad 299 B

1234567891011
  1. platform_height = 70;
  2. platform_width = 70;
  3. platform_depth = 250;
  4. platform_thickness = 3;
  5. platform_side_thickness = 5;
  6. platform_support_depth = 15;
  7. platform_mounting_holes_diameter = 4;
  8. platform_mounting_holes_positions = [
  9. [platform_depth / 2 - 10, 0],
  10. [platform_depth / 2 - 10 - 160, 0]
  11. ];