summaryrefslogtreecommitdiff
path: root/another.scad
Side-by-side diff
Diffstat (limited to 'another.scad') (more/less context) (ignore whitespace changes)
-rw-r--r--another.scad2
1 files changed, 2 insertions, 0 deletions
diff --git a/another.scad b/another.scad
index 38a9aae..7d2dfb3 100644
--- a/another.scad
+++ b/another.scad
@@ -343,2 +343,4 @@ module the_extruder(
cylinder(d=bigd,h=hf*2,$fn=fnd*bigd);
+ translate([0,0,3*hf])
+ sphere(d=spring_d*3/4,$fn=fnd*spring_d*3/4);
}