From: Ian Jackson Date: Sun, 16 Sep 2012 00:46:56 +0000 (+0100) Subject: filamentspool cup bugfix excrescence X-Git-Tag: filamentspool-v2-release~849 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=4568273e8d300c51b1e3fe508ea173a11e932fb9 filamentspool cup bugfix excrescence --- 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]); } } }