chiark / gitweb /
pattress-boxes-3-cover: RailProfile: introduce lid_rail_strongwall
[reprap-play.git] / filamentspool.scad
index cbef1a0af80b3a1bf9fa2ad9dd0fc490d4b4cdf9..361b2bc0177d52d01d2c6ec5b8012624270880c2 100644 (file)
@@ -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 <cliphook.scad>
 include <filamentteeth.scad>
 include <axlepin.scad>
 
-channelwidth = prongthick + slop;
+channelwidth = prongthick + channelslop;
 channeldepth = prongwidth + ratchettoothheight;
 totalwidth = armendwallthick*2 + channelwidth;
 totalheight = channeldepth + armendbasethick;
@@ -465,3 +467,4 @@ module Demo(){
 //AxleWasher();
 //AxlePin();
 //AxleFrictionWasher();
+//Demo();