summaryrefslogtreecommitdiff
path: root/another.scad
Unidiff
Diffstat (limited to 'another.scad') (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 da5f695..7e8a45f 100644
--- a/another.scad
+++ b/another.scad
@@ -420,7 +420,7 @@ module the_extruder(
420 color("yellow",0.7) body(); 420 color("yellow",0.7) body();
421 color("red",0.7) knob(); 421 color("red",0.7) knob();
422 color("blue",0.7) springpad(); 422 color("blue",0.7) springpad();
423 } 423 }
424} 424}
425 425
426the_extruder(what="both",left=false); 426the_extruder(what="*",left=false,debug=true);