From 5e20497e80c7ab5cd3eb7adb7bcf290241ef46f9 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 14 Dec 2015 14:07:36 +0000 Subject: [PATCH] filamentspool: Cup: Fix extra clip posns when prongthick!=prongwidth --- filamentspool.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filamentspool.scad b/filamentspool.scad index c202c77..fb2f8a9 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -214,7 +214,7 @@ module FilamentCup() { ////toplevel FilamentTeeth(fdia=fdia, h=teethh); } for (x = [-0.3, -1.3]) { - translate([cupheight + overclipcupnextgap*x, baselen + prongthick, 0]) + translate([cupheight + overclipcupnextgap*x, baselen + prongwidth, 0]) rotate([0,0, 12 + fdia]) FilamentTeeth(fdia=fdia, h=teethh); } -- 2.30.2