From 24c6078101f03c81fe0c05a3470d707e694de06b Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Mon, 06 Aug 2018 16:53:51 +0000 Subject: debug cutouts fix should be placed before rotation --- 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(); -- cgit v0.9.0.2