chiark / gitweb /
splitpin wip thickness tuning
[reprap-play.git] / splitpin.scad
index 9eb29560d1cfcaba3e2c309dda765f7610892ce1..e6cdb81c2aefaec9ba76c9f71311500d8b33329b 100644 (file)
@@ -6,7 +6,7 @@ tau = 6.28318530718;
 function deg2rad(deg) = deg/360 * tau;
 function rad2deg(rad) = rad/tau * 360;
 
-module SplitPin(w=0.8, holeminrad=2.50, thick=3, deviationrad=1.0,
+module SplitPin(w=1.5, holeminrad=2.50, thick=3, deviationrad=1.0,
                mainlen=10, handlerad=10, handlelen=7) {
   spare = holeminrad - deviationrad - w;
   echo("splitpin spare",spare);
@@ -72,6 +72,6 @@ module SplitPinCavity(w=0.8, holeminrad=2.50, thick=3, deviationrad=1.0,
   }
 }
 
-//SplitPin();
+SplitPin();
 //translate([0,30,0])
 //  SplitPinCavity();