chiark / gitweb /
filamentspool axle bugfix hub does not fit lengthwise
[reprap-play.git] / filamentspool.scad
index ce70ce97deb146f1365d95ffda73c7333d24c895..3d5344c72e1ded0ff2409e6cdbd9770d6978e46c 100644 (file)
@@ -16,6 +16,7 @@ hubaxlerad = 5;
 totalheightfromtower = 240;
 axletowerfudgebend = 0;
 axleaxlefudgebend = 3;
+axlepadlen = 1.0;
 
 prongthick=5;
 prongwidth=5;
@@ -273,7 +274,7 @@ if(0)
                      pillarw=towerpillarw);
   }
 
-  axleclearlen = hubaxlelen + slop*3 + washerthick*2;
+  axleclearlen = hubaxlelen + slop*4 + washerthick*2 + axlepadlen;
   axlerad = hubaxlerad-slop;
   bump = axlerad * 0.2;
   shift = axlerad-bump;