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) (side-by-side diff) | |
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 @@ -187,13 +187,13 @@ module the_extruder( module body() { difference() { union() { cylinder(d=gearbox_d,h=body_h,$fn=fnd*gearbox_d); // finger and spring support - fsw = gearbox_d/2+mount_screwhead_d/2; + fsw = gearbox_d-(gearbox_d-mount_d)/2-spring_lc; translate([-gearbox_d/2,0,0]) difference() { union() { hull() { translate([0,-longwing,ls_z]) rotate([0,90,0]) cylinder(d=lever_thickness,h=fsw,$fn=fnd*lever_thickness); |