From: Ian Jackson Date: Sun, 16 Sep 2012 00:48:49 +0000 (+0100) Subject: filamentspool cup bugfix teeth behind X-Git-Tag: filamentspool-v2-release~848 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=2e64880bc363e365a6b89f779992192214431b8c filamentspool cup bugfix teeth behind --- diff --git a/filamentspool.scad b/filamentspool.scad index 46fee72..4e7b140 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -136,8 +136,8 @@ module FilamentCup() { dy - sqrt(midrad*midrad - proptaken*proptaken) - prongwidth/2, prongthick]); } - translate([stalklength + overclipdepth, gapy, 0]) - rotate([0,0,-(10 + fdia)]) + translate([0, overclipcupgap, 0]) + rotate([0,0, 102 + fdia]) FilamentTeeth(fdia=fdia, h=teethh); }