chiark / gitweb /
filamentspool: 3mm: Actually propshift by only 6 to make room for one more lengthwise
[reprap-play.git] / filamentspool.scad
index 3ddc59932244c28419174fc6548aeaef85551f66..62488981b8f36448e7cf116d767b08bcc3a366ea 100644 (file)
@@ -11,8 +11,8 @@ function usedove() = selsz(true,false);
 num_arms = selsz(3,4);
 
 exteffrad = 70;
-hubeffrad = selsz(30, 50);
-hubbigrad = selsz(20, 45);
+hubeffrad = selsz(30, 40);
+hubbigrad = selsz(20, 38);
 hublwidth = selsz(3, 4);
 hubstemwidth = 2;
 hublthick = 10;
@@ -39,7 +39,7 @@ cupheight=selsz(55,55);
 
 cupstrong_dx=selsz(0,-10);
 
-propxshift = 0;
+propxshift = -6;
 
 doveclipheight = 10;
 
@@ -55,7 +55,7 @@ overcliproundr=2.0;
 overclipthick=1.0;
 overclipcupnextgap=20;
 
-hubaxlelen = selsz(25, cupwidth*.75 + 20);
+hubaxlelen = selsz(25, 87.5);
 echo(hubaxlelen);
 
 overclipsmaller=-2.5;