From c60cd6b4b1b240dcb6dc659fbf316f97f93124f8 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 6 Jun 2013 00:47:23 +0100 Subject: [PATCH] filamentspool: move definition of xstraight (nfc) --- filamentspool.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.30.2