-rw-r--r-- | another.scad | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/another.scad b/another.scad index e6d9ca3..20ac37a 100644 --- a/another.scad +++ b/another.scad | |||
@@ -431,9 +431,7 @@ module the_extruder( | |||
431 | children(); | 431 | children(); |
432 | if(debug) { | 432 | if(debug) { |
433 | // spring tensioner debug cutout | 433 | // spring tensioner debug cutout |
434 | // TODO: collapse copypasted transformations | 434 | translate([-gearbox_d/2,-longwing,ls_z]) rotate([0,-90,0]) |
435 | translate([-gearbox_d/2,0,0]) | ||
436 | translate([0,-longwing,ls_z]) rotate([0,-90,0]) | ||
437 | translate([0,-lever_thickness/2-1,-gearbox_d]) | 435 | translate([0,-lever_thickness/2-1,-gearbox_d]) |
438 | cube(size=[body_h/2+1,lever_thickness/2+1,gearbox_d+2]); | 436 | cube(size=[body_h/2+1,lever_thickness/2+1,gearbox_d+2]); |
439 | // lever axis debug cutout | 437 | // lever axis debug cutout |