-rw-r--r-- | another.scad | 2 |
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 | |||
@@ -341,6 +341,8 @@ module the_extruder( | |||
341 | cylinder(d1=smalld,d2=bigd,h=hf,$fn=fnd*bigd); | 341 | cylinder(d1=smalld,d2=bigd,h=hf,$fn=fnd*bigd); |
342 | translate([0,0,hf-epsilon]) | 342 | translate([0,0,hf-epsilon]) |
343 | cylinder(d=bigd,h=hf*2,$fn=fnd*bigd); | 343 | cylinder(d=bigd,h=hf*2,$fn=fnd*bigd); |
344 | translate([0,0,3*hf]) | ||
345 | sphere(d=spring_d*3/4,$fn=fnd*spring_d*3/4); | ||
344 | } | 346 | } |
345 | translate([0,0,-epsilon]) | 347 | translate([0,0,-epsilon]) |
346 | cylinder(d=st_screw_d,h=2*hf+epsilon,$fn=fnd*st_screw_d); | 348 | cylinder(d=st_screw_d,h=2*hf+epsilon,$fn=fnd*st_screw_d); |