chiark / gitweb /
filamentspool: 3mm: Reduce effective rad
[reprap-play.git] / filamentspool.scad
index 37edb6b628b5de98a7d4575fa31e2af227ab7cd8..50fb862551d0b55331a42520740da7dabde364ad 100644 (file)
@@ -11,12 +11,12 @@ function usedove() = selsz(true,false);
 num_arms = selsz(3,4);
 
 exteffrad = 70;
-hubeffrad = selsz(30, 50);
-hubbigrad = selsz(20, 45);
-hublwidth = selsz(3, 5);
+hubeffrad = selsz(30, 40);
+hubbigrad = selsz(20, 38);
+hublwidth = selsz(3, 4);
 hubstemwidth = 2;
 hublthick = 10;
-hubaxlerad = selsz(5, 17/2);
+hubaxlerad = selsz(5, 28/2);
 totalheightfromtower = 240;
 axletowerfudgebend = 0;
 axleaxlefudgebend = 3;
@@ -39,7 +39,7 @@ cupheight=selsz(55,55);
 
 cupstrong_dx=selsz(0,-10);
 
-propxshift = 0;
+propxshift = -18;
 
 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;
@@ -89,7 +89,7 @@ ratchetpawl=ratchetstep-ratchettooth-bigslop*2;
 nondove_armhole_x = 32;
 nondove_armhole_hole = 4 + 0.8;
 nondove_armhole_support = 7;
-nondove_armhole_wall = 4;
+nondove_armhole_wall = 3.2;
 nondove_armhole_slop = 0.5;
 nondove_armhole_slop_x = 0.5;