From b7d6409819396d669ed049b836db07fdc9529f75 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 16 Sep 2012 01:54:59 +0100 Subject: [PATCH] filamentspool cup bugfix rack teeth to end --- filamentspool.scad | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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); -- 2.30.2