summaryrefslogtreecommitdiff
authorMichael Krelin <hacker@klever.net>2018-08-25 17:25:36 (UTC)
committer Michael Krelin <hacker@klever.net>2018-08-25 17:25:36 (UTC)
commit0efd2acb72d92bc51a8d56592e4171f619b15f79 (patch) (side-by-side diff)
treede9c32666b22a86ecd77ed7f736961666bef43c2
parent4cb9b4ab0175173b4c89b8d22c571ec05a3aeea7 (diff)
downloadextrudery-0efd2acb72d92bc51a8d56592e4171f619b15f79.zip
extrudery-0efd2acb72d92bc51a8d56592e4171f619b15f79.tar.gz
extrudery-0efd2acb72d92bc51a8d56592e4171f619b15f79.tar.bz2
move fsw
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--another.scad4
1 files changed, 2 insertions, 2 deletions
diff --git a/another.scad b/another.scad
index a3f5dc9..74b7ffa 100644
--- a/another.scad
+++ b/another.scad
@@ -89,2 +89,4 @@ module the_extruder(
spring_dl = idler_travel*longwing/ri;
+ // finger and spring support
+ fsw = gearbox_d-(gearbox_d-mount_d)/2-max(spring_lc,longwing_travel+(gearbox_d-mount_d)/2);
@@ -234,4 +236,2 @@ module the_extruder(
cylinder(d=gearbox_d,h=body_h,$fn=fnd*gearbox_d);
- // finger and spring support
- fsw = gearbox_d-(gearbox_d-mount_d)/2-max(spring_lc,longwing_travel+(gearbox_d-mount_d)/2);
translate([-gearbox_d/2,0,0]) difference() {