From 627b8cd7c421163a99e75ab26853f51573633099 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 13 Dec 2015 22:06:50 +0000 Subject: [PATCH] filamentspool: CupSecuringClip four handles --- filamentspool.TODO | 1 - filamentspool.scad | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/filamentspool.TODO b/filamentspool.TODO index b140ff6..dc86b10 100644 --- a/filamentspool.TODO +++ b/filamentspool.TODO @@ -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 diff --git a/filamentspool.scad b/filamentspool.scad index f89befa..eb6e65c 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -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); -- 2.30.2