From: Ian Jackson Date: Sun, 13 Dec 2015 21:44:48 +0000 (+0000) Subject: filamentspool: More clips X-Git-Tag: filamentspool-v2-release~126 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=bef9d1306600b6f9153542f0a82aa8f57a790e86 filamentspool: More clips --- diff --git a/filamentspool.TODO b/filamentspool.TODO index 11784c5..7fb2ee2 100644 --- a/filamentspool.TODO +++ b/filamentspool.TODO @@ -9,4 +9,3 @@ attachments of arms to spool should be better cup holder clip should have thicker wall cup holder clip should have four knobbles filamentclips should be for fatter filament -more filamentclips per cup diff --git a/filamentspool.scad b/filamentspool.scad index e26fbe4..acfa0ed 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -168,6 +168,11 @@ module FilamentCup() { ////toplevel rotate([0,0, 102 + fdia]) FilamentTeeth(fdia=fdia, h=teethh); } + for (x = [-0.3, -1.3]) { + translate([cupheight + overclipcupnextgap*x, dy+cupwidth/2 + prongthick, 0]) + rotate([0,0, 12 + fdia]) + FilamentTeeth(fdia=fdia, h=teethh); + } } module CupSecuringClipSolid(w,d,h1,h2){