From: Ian Jackson Date: Fri, 24 Aug 2012 18:13:47 +0000 (+0100) Subject: 10254 huxley-spindle new params for SpindleTeeth X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=8ccb9df3c641aa1326f4a7df119a52ecd31efd37;p=dl-things.git 10254 huxley-spindle new params for SpindleTeeth --- 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]);