chiark / gitweb /
question-question: new object, as printed
[reprap-play.git] / filamentspool.scad
index a0210080052276212dfc96ba051050ced2f81f45..f8b1edea7122f0b5e6a706c350bb25e535418a7a 100644 (file)
@@ -11,6 +11,8 @@ function usedove() = selsz(true,true,false);
 
 num_arms = selsz(3,3,4);
 
+channelslop=selsz(slop,0.75,slop);
+
 exteffrad = 70;
 hubeffrad = selsz(30, 82, 40);
 hubbigrad = selsz(20, 38, 38);
@@ -56,7 +58,7 @@ overcliproundr=2.0;
 overclipthick=1.0;
 overclipcupnextgap=selsz(20,15,20);
 
-hubaxlelen = selsz(25, 62.5, 87.5);
+hubaxlelen = selsz(25, 62.5, 77.5);
 echo(hubaxlelen);
 
 overclipsmaller=-2.5;
@@ -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;