-rw-r--r-- | another.scad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/another.scad b/another.scad index dbd20f3..7a3b0ac 100644 --- a/another.scad +++ b/another.scad @@ -402,14 +402,14 @@ module the_extruder( cube(size=[(idler_d+idler_clearance)/2,(idler_d+idler_clearance)/2, lever_thickness+2*epsilon]); }//if debug }//difference } - debug() mirrorleft() + debug() if(what=="lever") color("green",0.7) lever(); else if(what=="body") color("yellow",0.7) body(); else if(what=="knob") color("red",0.7) knob(); else if(what=="springpad") color("blue",0.7) springpad(); else if(what=="both") { color("green",0.7) lever(); |