summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (show 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
@@ -402,25 +402,25 @@ module the_extruder(
translate([0,0,-lever_thickness/2-epsilon])
cube(size=[(idler_d+idler_clearance)/2,(idler_d+idler_clearance)/2,
lever_thickness+2*epsilon]);
}//if debug
}//difference
}
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();
else if(what=="springpad") color("blue",0.7) springpad();
else if(what=="both") {
color("green",0.7) lever();
color("yellow",0.7) body();
}else{
color("green",0.7) lever();
color("yellow",0.7) body();
color("red",0.7) knob();
color("blue",0.7) springpad();
}
}
-the_extruder(what="both",left=false);
+the_extruder(what="*",left=false,debug=true);