platform.scad 285 B

12345678910111213
  1. include <../assets/platform.scad>
  2. $fn = 100;
  3. translate([0, 0, -platform_support_height / 2 - platform_thickness / 2]) {
  4. rotate([0, 0, 90]) {
  5. platform_support_object();
  6. }
  7. }
  8. translate([0, platform_depth / 2 - platform_support_depth / 2, 0]) {
  9. platform_object();
  10. }