-rw-r--r-- | another.scad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/another.scad b/another.scad index 872ff33..8ad475b 100644 --- a/another.scad +++ b/another.scad | |||
@@ -190,7 +190,7 @@ module the_extruder( | |||
190 | union() { | 190 | union() { |
191 | cylinder(d=gearbox_d,h=body_h,$fn=fnd*gearbox_d); | 191 | cylinder(d=gearbox_d,h=body_h,$fn=fnd*gearbox_d); |
192 | // finger and spring support | 192 | // finger and spring support |
193 | fsw = gearbox_d/2+mount_screwhead_d/2; | 193 | fsw = gearbox_d-(gearbox_d-mount_d)/2-spring_lc; |
194 | translate([-gearbox_d/2,0,0]) difference() { | 194 | translate([-gearbox_d/2,0,0]) difference() { |
195 | union() { | 195 | union() { |
196 | hull() { | 196 | hull() { |