From: Ian Jackson Date: Sat, 15 Sep 2012 19:17:34 +0000 (+0100) Subject: filamentspool uses DoveClipPairBase X-Git-Tag: filamentspool-v2-release~866 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=c41ff015f10346f1b8404e83e39f5b58ec762bd2 filamentspool uses DoveClipPairBase --- diff --git a/filamentspool.scad b/filamentspool.scad index a0ca9d9..7c2434e 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -21,15 +21,9 @@ module ArmEnd(length=120){ totalwidth = armendwallthick*2 + channelwidth; totalheight = channeldepth + armendbasethick; - basecube = 5; - - translate([0, 3, -armendbasethick]) { - translate([-basecube+0.5, -7.5, 0]) - cube([basecube, 15, totalheight]); - - translate([-basecube+2,0,0]) - rotate([0,0,-90]) - DoveClipPair(h=totalheight); + translate([ratchettoothsmoothr, channelwidth/2, -armendbasethick]) { + rotate([0,0,-90]) + DoveClipPairBase(h=totalheight); } for (dx = [0 : ratchetstep : length]) translate([dx,0,0]) {