From bef9d1306600b6f9153542f0a82aa8f57a790e86 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 13 Dec 2015 21:44:48 +0000 Subject: [PATCH] filamentspool: More clips --- filamentspool.TODO | 1 - filamentspool.scad | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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){ -- 2.30.2