guidewidth = 3;
 guiderad = 20;
 
-plugl = 12;
+legw = 12;
+plugl = 16;
 plugwmin = 3;
 plugh = 10;
 plugslope = 0.5;
 topblockbasedepth = 4;
 
 pinbasew = 3;
-pinminh = 1.0;
-pinmaxh = 3.0;
+pinminh = 1.5;
+pinmaxh = 4.0;
 pindh = 1.0;
 pindwidth = 1.0;
 
          rotate([0,0, -90-legang])
            ExtenderPillars(length=eplen+trestlelegw,
                            width=trestlelegw,
-                           height=plugl,
+                           height=legw,
                            baseweb=true);
 
          translate([-trestlebase/2, -trestleheight, 0])
        cube([topblockw, topblockbasedepth + plugh + topblockthick, plugl]);
 
       translate([-trestlebase/2, -trestleheight, 0])
-       ExtenderPillars(length=trestlebase, width=trestlebaseh*2, height=plugl);
+       ExtenderPillars(length=trestlebase, width=trestlebaseh*2, height=legw);
     }
     translate([-300, -trestleheight-50, -1])
       cube([600, 50, plugl+2]);