chiark / gitweb /
pawn: break d into d and dx (nfc)
[reprap-play.git] / filamentspool.scad
index 283dd1080986a0632541394f7a6bfe8b11d0d0d1..6675c9dc345cc2b30227ac7b8e8ba275e4452e37 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 = -6;
 
 doveclipheight = 10;
 
@@ -55,12 +55,13 @@ overcliproundr=2.0;
 overclipthick=1.0;
 overclipcupnextgap=20;
 
-hubaxlelen = selsz(25, cupwidth);
+hubaxlelen = selsz(25, 87.5);
+echo(hubaxlelen);
 
 overclipsmaller=-2.5;
 overclipbigger=0.0;
 
-wingspoke=3;
+wingspoke=2.5;
 wingsize=6;
 wingthick=3;
 
@@ -86,9 +87,9 @@ frictionwasherextrapush = 1.0;
 ratchetpawl=ratchetstep-ratchettooth-bigslop*2;
 
 nondove_armhole_x = 32;
-nondove_armhole_hole = 4;
+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;
 
@@ -448,7 +449,7 @@ module FilamentCupPair(){ ////toplevel
 }
 
 //ArmEnd();
-FilamentCup();
+//FilamentCup();
 //FilamentCupPair();
 //CupSecuringClip();
 //Hub();