chiark / gitweb /
filamenttrestle more tuning
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 10 Oct 2012 23:59:30 +0000 (00:59 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 10 Oct 2012 23:59:30 +0000 (00:59 +0100)
filamenttrestle.scad

index 9d9e41f6a54000a16213061ee07c1b10a9804850..44f593b02d4702004ab7b62307f87cb6fb1d21c9 100644 (file)
@@ -27,7 +27,7 @@ topblockbasedepth = 4;
 
 pinbasew = 3;
 pinminh = 1.0;
-pinmaxh = 3;
+pinmaxh = 3.0;
 pindh = 1.0;
 pindwidth = 1.0;
 
@@ -74,7 +74,7 @@ module Trestle(){
   eplen = sqrt(trestleheight*trestleheight + trestlebase*trestlebase*0.25);
   topblockw = plugwmax + trestleplugd*2 + topblockthick*2;
 
-  pinholebasew = pinbasew + pindwidth;
+  pinholebasew = pinbasew + pindwidth*2;
   pinholeh =     pinminh +  pindh;
 
   difference(){