-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( | |||
402 | cube(size=[(idler_d+idler_clearance)/2,(idler_d+idler_clearance)/2, | 402 | cube(size=[(idler_d+idler_clearance)/2,(idler_d+idler_clearance)/2, |
403 | lever_thickness+2*epsilon]); | 403 | lever_thickness+2*epsilon]); |
404 | }//if debug | 404 | }//if debug |
405 | }//difference | 405 | }//difference |
406 | } | 406 | } |
407 | 407 | ||
408 | debug() | ||
409 | mirrorleft() | 408 | mirrorleft() |
409 | debug() | ||
410 | if(what=="lever") color("green",0.7) lever(); | 410 | if(what=="lever") color("green",0.7) lever(); |
411 | else if(what=="body") color("yellow",0.7) body(); | 411 | else if(what=="body") color("yellow",0.7) body(); |
412 | else if(what=="knob") color("red",0.7) knob(); | 412 | else if(what=="knob") color("red",0.7) knob(); |
413 | else if(what=="springpad") color("blue",0.7) springpad(); | 413 | else if(what=="springpad") color("blue",0.7) springpad(); |
414 | else if(what=="both") { | 414 | else if(what=="both") { |
415 | color("green",0.7) lever(); | 415 | color("green",0.7) lever(); |