From: Ian Jackson Date: Sun, 16 Sep 2012 00:54:59 +0000 (+0100) Subject: filamentspool cup bugfix rack teeth to end X-Git-Tag: filamentspool-v2-release~847 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=b7d6409819396d669ed049b836db07fdc9529f75;hp=2e64880bc363e365a6b89f779992192214431b8c;ds=inline filamentspool cup bugfix rack teeth to end --- diff --git a/filamentspool.scad b/filamentspool.scad index 4e7b140..b514351 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -64,9 +64,11 @@ module ArmEnd(length=120){ translate([0, -armendwallthick, -armendbasethick]) cube([length, totalwidth, totalheight]); translate([-1, 0, 0]) + cube([length+1 - ratchettooth, channelwidth, channeldepth+1]); + translate([-1, 0, ratchettoothheight]) cube([length+2, channelwidth, channeldepth+1]); } - for (dx = [0 : ratchetstep : length - stalklength]) translate([dx,0,0]) { + for (dx = [0 : ratchetstep : length - ratchetstep]) translate([dx,0,0]) { translate([ratchettoothsmoothr+0.5, armendwallthick/2, 0]) minkowski(){ rotate([90,0,0]) cylinder($fn=20, r=ratchettoothsmoothr, h=armendwallthick);