summaryrefslogtreecommitdiff
authorMichael Krelin <hacker@klever.net>2018-08-02 19:25:13 (UTC)
committer Michael Krelin <hacker@klever.net>2018-08-02 19:25:13 (UTC)
commite0094dfd169e80f0ec0048fadb1325242926b2c7 (patch) (side-by-side diff)
tree17b07e3ce6e0c75014bf7ff37fc79ebf2f5bf6cb
parent290784caf892a0bbea84332ff4ae6767b0fcddd1 (diff)
downloadextrudery-e0094dfd169e80f0ec0048fadb1325242926b2c7.zip
extrudery-e0094dfd169e80f0ec0048fadb1325242926b2c7.tar.gz
extrudery-e0094dfd169e80f0ec0048fadb1325242926b2c7.tar.bz2
adjust maximum position of spring support
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--another.scad2
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(
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() {