From 7048e3eab89290615a121230de9f9a2d92e8a0da Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 13 Dec 2015 21:44:21 +0000 Subject: [PATCH] filamentspool: Adjust prop for square cup --- filamentspool.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filamentspool.scad b/filamentspool.scad index 0d3719a..c0bb1e2 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -160,7 +160,7 @@ module FilamentCup() { ////toplevel translate([propshift, -1, 0]) { // something is wrong with the y calculation cube([prongwidth, - dy - sqrt(midrad*midrad - proptaken*proptaken) - prongwidth/2, + overclipdepth - prongwidth/2, prongthick]); } for (y = [overclipcupgap, overclipcupgap+overclipcupnextgap]) { -- 2.30.2