From 8ccb9df3c641aa1326f4a7df119a52ecd31efd37 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 24 Aug 2012 19:13:47 +0100 Subject: [PATCH] 10254 huxley-spindle new params for SpindleTeeth --- th-10254/SpindleTeeth.scad | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/th-10254/SpindleTeeth.scad b/th-10254/SpindleTeeth.scad index badc825..ab0d104 100644 --- a/th-10254/SpindleTeeth.scad +++ b/th-10254/SpindleTeeth.scad @@ -15,14 +15,15 @@ include // FilamentSpool.scad is @ http://www.thingiverse. // WARNING base of this is multiple overlapping surfaces and must be // sliced off -module SpindleTeeth(d=0.01) +module SpindleTeeth(d=0.01, basewidth=12, baseheight=15, baseyoff=0) { translate([-10,-4.5, -d]) difference() { union() { - translate([0,-3,0]) cube([10.03,15,12]); + translate([0,-baseheight/2+4+baseyoff,0]) + cube([10.03,baseheight,basewidth]); intersection() { translate([0,-2,0]) Spindle(10.5,11,8,0,0,0,5,0,[1.5,18,5]); -- 2.30.2