summaryrefslogtreecommitdiff
path: root/another.scad
authorMichael Krelin <hacker@klever.net>2018-08-23 18:35:23 (UTC)
committer Michael Krelin <hacker@klever.net>2018-08-23 18:35:23 (UTC)
commit942136568980e54b372af0fdbe2af074c89bed86 (patch) (side-by-side diff)
treeffe384e6fec275d1f56169a76fde3f1caeafb615 /another.scad
parentc1cb6ce47647599f7a682593c0dea2d4c99be6af (diff)
downloadextrudery-942136568980e54b372af0fdbe2af074c89bed86.zip
extrudery-942136568980e54b372af0fdbe2af074c89bed86.tar.gz
extrudery-942136568980e54b372af0fdbe2af074c89bed86.tar.bz2
give more space for idler to travel
Diffstat (limited to 'another.scad') (more/less context) (ignore whitespace changes)
-rw-r--r--another.scad5
1 files changed, 4 insertions, 1 deletions
diff --git a/another.scad b/another.scad
index 4f70a1a..79cebdd 100644
--- a/another.scad
+++ b/another.scad
@@ -83,2 +83,5 @@ module the_extruder(
longwing=gearbox_d/2+spring_d/2+lsd/2;
+ shortwing = let(a=mount_d/2,c=(pulley_d+idler_d)/2/sqrt(2))
+ sqrt(c*c+pow(a-c,2));
+ longwing_travel = idler_travel*longwing/shortwing;
h_ = (pulley_d+idler_d)/(2*sqrt(2));
@@ -232,3 +235,3 @@ module the_extruder(
// finger and spring support
- fsw = gearbox_d-(gearbox_d-mount_d)/2-spring_lc;
+ 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() {