From: Ian Jackson Date: Wed, 5 Jun 2013 23:47:23 +0000 (+0100) Subject: filamentspool: move definition of xstraight (nfc) X-Git-Tag: filamentspool-v2-release~543 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c60cd6b4b1b240dcb6dc659fbf316f97f93124f8;p=reprap-play.git filamentspool: move definition of xstraight (nfc) --- diff --git a/filamentspool.scad b/filamentspool.scad index 34e2f82..f34c420 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -84,6 +84,7 @@ channeldepth = prongwidth + ratchettoothheight; totalwidth = armendwallthick*2 + channelwidth; totalheight = channeldepth + armendbasethick; stalkwidth = prongwidth + prongstalkxwidth; +xstraight = cupbigrad * xstraightmul; module ArmEnd(length=120){ ////toplevel translate([ratchettoothsmoothr, channelwidth/2, -armendbasethick]) { @@ -135,7 +136,6 @@ module FilamentCupHandle(){ } module FilamentCupCup(){ - xstraight = cupbigrad * xstraightmul; linear_extrude(height=prongthick) { FlatArc(0,0, cupbigrad,cupbigrad+prongwidth, 89,271, $fn=80); }