From: Ian Jackson Date: Sun, 16 Sep 2012 21:18:11 +0000 (+0100) Subject: filamentspool axle wip debugging X-Git-Tag: filamentspool-v2-release~780 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=8b5b84f1d0510020f9656e979c84f4c834536404;p=reprap-play.git filamentspool axle wip debugging --- diff --git a/filamentspool.scad b/filamentspool.scad index 5724dcc..a0381de 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -297,7 +297,7 @@ if(0) rotate([0,90,0]) cylinder($fn=60, r = towercliph - shift, - h = pillarswidth); + h = pillarswidth * 0.5); // fixme 0.5 is bogus translate([-50, -joinbelowallow, -50]) cube([100, joinbelowallow+50, 100]); }