From: Ian Jackson Date: Sun, 16 Sep 2012 21:15:41 +0000 (+0100) Subject: filamentspool axle bugfix hub does not fit lengthwise X-Git-Tag: filamentspool-v2-release~783 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a29378146839f57ef9d3e6da599935ba92a577f8;p=reprap-play.git filamentspool axle bugfix hub does not fit lengthwise --- diff --git a/filamentspool.scad b/filamentspool.scad index ce70ce9..3d5344c 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -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;