summaryrefslogtreecommitdiff
path: root/another.scad
Unidiff
Diffstat (limited to 'another.scad') (more/less context) (ignore whitespace changes)
-rw-r--r--another.scad1
1 files changed, 1 insertions, 0 deletions
diff --git a/another.scad b/another.scad
index 49833ec..3c4f27a 100644
--- a/another.scad
+++ b/another.scad
@@ -484,12 +484,13 @@ module the_extruder(
484 color("green",0.7) lever(); 484 color("green",0.7) lever();
485 color("yellow",0.7) body(); 485 color("yellow",0.7) body();
486 color("brown",0.7) body_label(); 486 color("brown",0.7) body_label();
487 }else{ 487 }else{
488 color("green",0.7) lever(); 488 color("green",0.7) lever();
489 color("yellow",0.7) body(); 489 color("yellow",0.7) body();
490 color("brown",0.7) body_label();
490 color("red",0.7) knob(); 491 color("red",0.7) knob();
491 color("brown",0.7) knob_label(); 492 color("brown",0.7) knob_label();
492 color("blue",0.7) springpad(); 493 color("blue",0.7) springpad();
493 } 494 }
494} 495}
495 496