-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 @@ -428,15 +428,13 @@ module the_extruder( module debug() { difference() { children(); if(debug) { // spring tensioner debug cutout - // TODO: collapse copypasted transformations - translate([-gearbox_d/2,0,0]) - translate([0,-longwing,ls_z]) rotate([0,-90,0]) + translate([-gearbox_d/2,-longwing,ls_z]) rotate([0,-90,0]) translate([0,-lever_thickness/2-1,-gearbox_d]) cube(size=[body_h/2+1,lever_thickness/2+1,gearbox_d+2]); // lever axis debug cutout translate([mount_d/2,0,-1]) rotate([0,0,-45]) cube(size=[gearbox_d-mount_d,gearbox_d-mount_d,body_h+knob_h+2]); |