summaryrefslogtreecommitdiff
authorMichael Krelin <hacker@klever.net>2018-08-31 22:59:07 (UTC)
committer Michael Krelin <hacker@klever.net>2018-08-31 22:59:07 (UTC)
commitdbb65b81174fe62a2253d926a54cf8613f71e6de (patch) (side-by-side diff)
tree546999d59e2a93296f4bf73d20a869d220d67cc4
parent2ab4a0fa9bc9395e3d4a597f186eb565e5cd30a0 (diff)
downloadextrudery-dbb65b81174fe62a2253d926a54cf8613f71e6de.zip
extrudery-dbb65b81174fe62a2253d926a54cf8613f71e6de.tar.gz
extrudery-dbb65b81174fe62a2253d926a54cf8613f71e6de.tar.bz2
missing body label in *-render
Diffstat (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
@@ -487,6 +487,7 @@ module the_extruder(
}else{
color("green",0.7) lever();
color("yellow",0.7) body();
+ color("brown",0.7) body_label();
color("red",0.7) knob();
color("brown",0.7) knob_label();
color("blue",0.7) springpad();