chiark / gitweb /
filamentspool: More clips
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 13 Dec 2015 21:44:48 +0000 (21:44 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 13 Dec 2015 22:00:32 +0000 (22:00 +0000)
filamentspool.TODO
filamentspool.scad

index 11784c57dd015fbb174766e0be4dd77cbe70f87f..7fb2ee25880182dfca0a18f5f8ca9187889874a7 100644 (file)
@@ -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
 cup holder clip should have thicker wall
 cup holder clip should have four knobbles
 filamentclips should be for fatter filament
-more filamentclips per cup
index e26fbe41afb000c0da53b9b35b877b2b83249b78..acfa0ed2ddd3773367d8275cb750bca3f6e26dfb 100644 (file)
@@ -168,6 +168,11 @@ module FilamentCup() { ////toplevel
       rotate([0,0, 102 + fdia])
       FilamentTeeth(fdia=fdia, h=teethh);
   }
       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){
 }
 
 module CupSecuringClipSolid(w,d,h1,h2){