From: Ian Jackson Date: Thu, 17 Dec 2015 10:20:24 +0000 (+0000) Subject: filamentspool: Introduce channelslop X-Git-Tag: filamentspool-v2-release~61 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=288476f84d3e90134a9b2261b3042f84b25e1a2d;p=reprap-play.git filamentspool: Introduce channelslop --- diff --git a/filamentspool.scad b/filamentspool.scad index a021008..361b2bc 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -11,6 +11,8 @@ function usedove() = selsz(true,true,false); num_arms = selsz(3,3,4); +channelslop=selsz(slop,slop,slop); + exteffrad = 70; hubeffrad = selsz(30, 82, 40); hubbigrad = selsz(20, 38, 38); @@ -103,7 +105,7 @@ include include include -channelwidth = prongthick + slop; +channelwidth = prongthick + channelslop; channeldepth = prongwidth + ratchettoothheight; totalwidth = armendwallthick*2 + channelwidth; totalheight = channeldepth + armendbasethick;