summaryrefslogtreecommitdiff
authorMichael Krelin <hacker@klever.net>2018-08-06 16:53:51 (UTC)
committer Michael Krelin <hacker@klever.net>2018-08-06 16:53:51 (UTC)
commit24c6078101f03c81fe0c05a3470d707e694de06b (patch) (side-by-side diff)
treecbb3a43b16856882443f09f96465d4edaf7e4bd6
parent8efe8f057476efcaba06c6eac7d64792c53e442a (diff)
downloadextrudery-24c6078101f03c81fe0c05a3470d707e694de06b.zip
extrudery-24c6078101f03c81fe0c05a3470d707e694de06b.tar.gz
extrudery-24c6078101f03c81fe0c05a3470d707e694de06b.tar.bz2
debug cutouts fix
should be placed before rotation
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--another.scad2
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();