From: Ian Jackson Date: Sat, 24 Nov 2012 22:13:12 +0000 (+0000) Subject: filamentspool: FilamentCup: two prongs X-Git-Tag: filamentspool-v2-release~670^2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=16416394315d11d9c9afbb9eec64f9423c9717da;ds=sidebyside filamentspool: FilamentCup: two prongs --- diff --git a/filamentspool.scad b/filamentspool.scad index a8955b8..34e2f82 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -44,6 +44,7 @@ overclipcupgap=5; overclipdepth=15; overcliproundr=2.0; overclipthick=0.5; +overclipcupnextgap=20; overclipsmaller=-2.5; overclipbigger=0.0; @@ -168,9 +169,11 @@ module FilamentCup() { ////toplevel dy - sqrt(midrad*midrad - proptaken*proptaken) - prongwidth/2, prongthick]); } - translate([0, overclipcupgap, 0]) - rotate([0,0, 102 + fdia]) - FilamentTeeth(fdia=fdia, h=teethh); + for (y = [overclipcupgap, overclipcupgap+overclipcupnextgap]) { + translate([0, y, 0]) + rotate([0,0, 102 + fdia]) + FilamentTeeth(fdia=fdia, h=teethh); + } } module CupSecuringClipSolid(w,d,h1,h2){