platform.scad 252 B

1234567891011
  1. platform_height = 70;
  2. platform_width = 70;
  3. platform_depth = 280;
  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. [20, 0],
  10. [-20, 0]
  11. ];