author | Michael Krelin <hacker@klever.net> | 2018-08-02 19:25:13 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2018-08-02 19:25:13 (UTC) |
commit | e0094dfd169e80f0ec0048fadb1325242926b2c7 (patch) (unidiff) | |
tree | 17b07e3ce6e0c75014bf7ff37fc79ebf2f5bf6cb | |
parent | 290784caf892a0bbea84332ff4ae6767b0fcddd1 (diff) | |
download | extrudery-e0094dfd169e80f0ec0048fadb1325242926b2c7.zip extrudery-e0094dfd169e80f0ec0048fadb1325242926b2c7.tar.gz extrudery-e0094dfd169e80f0ec0048fadb1325242926b2c7.tar.bz2 |
adjust maximum position of spring support
-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() { |