chiark / gitweb /
filamentspool: CupSecuringClip four handles
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 13 Dec 2015 22:06:50 +0000 (22:06 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 13 Dec 2015 22:06:50 +0000 (22:06 +0000)
filamentspool.TODO
filamentspool.scad

index b140ff6b4bf7cb15ac961ecc0feac69e85b1ca5e..dc86b10f34ab074728fc49b8e9191671d1538825 100644 (file)
@@ -5,4 +5,3 @@ spool middle should be longer to support whole cup
 spool middle should have more of arms ?
 attachments of arms to spool should be better
 cup holder clip should have thicker wall
-cup holder clip should have four knobbles
index f89befa21a08451b023e6100c33ce89d4d786cb7..eb6e65cb61eddb31e65dc8033d2886933ce8fd4a 100644 (file)
@@ -201,6 +201,8 @@ module CupSecuringClip(){ ////toplevel
       CupSecuringClipSolidSmooth(xrad=overclipthick, xdepth=0);
       translate([-wingswidth/2, -wingsize/2, 0])
        cube([wingswidth, wingsize, wingthick]);
+      translate([-wingsize/2, -wingswidth/2, 0])
+       cube([wingsize, wingswidth, wingthick]);
     }
     translate([0,0,-0.1])
       CupSecuringClipSolidSmooth(xrad=0, xdepth=0.2);