From 4568273e8d300c51b1e3fe508ea173a11e932fb9 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 16 Sep 2012 01:46:56 +0100 Subject: [PATCH] filamentspool cup bugfix excrescence --- filamentspool.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filamentspool.scad b/filamentspool.scad index 131e859..46fee72 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -95,7 +95,7 @@ module FilamentCupHandle(){ [ 0, 0, 0, 1 ]]) cube([pawlusewidth, ratchettoothheight - ratchettoothsmoothr, - prongthick]); + prongthick - 1]); } } } -- 2.30.2