chiark / gitweb /
filamentspool: More clips
[reprap-play.git] / filamentspool.scad
index e26fbe41afb000c0da53b9b35b877b2b83249b78..acfa0ed2ddd3773367d8275cb750bca3f6e26dfb 100644 (file)
@@ -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){