From c41ff015f10346f1b8404e83e39f5b58ec762bd2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 15 Sep 2012 20:17:34 +0100 Subject: [PATCH] filamentspool uses DoveClipPairBase --- filamentspool.scad | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) 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]) { -- 2.30.2