chiark / gitweb /
filamentspool: Set lightduty=false, prepping for storagearm
[reprap-play.git] / filamentspool.scad
index b5baeaaf9161a0bf5b3c9e38704a34f3f80c1965..2502d2805191f6fa23c031f77c0b58b045e1e121 100644 (file)
@@ -1,7 +1,7 @@
 // -*- C -*-
 
 fdia=2.85;
-lightduty=true;
+lightduty=false;
 
 slop=0.5;
 bigslop=slop*2;
@@ -11,7 +11,7 @@ function usedove() = selsz(true,true,false);
 
 num_arms = selsz(3,3,4);
 
-channelslop=selsz(slop,slop,slop);
+channelslop=selsz(slop,0.75,slop);
 
 exteffrad = 70;
 hubeffrad = selsz(30, 82, 40);