-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 @@ -405,8 +405,8 @@ module the_extruder( }//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(); |