chiark / gitweb /
filamenttrestle pinhole all way through
[reprap-play.git] / filamenttrestle.scad
index 799bf4ea7e20be05564b8d411e81780b864ccd74..df3b53a11381668598832e0774d50c962a7a8cfa 100644 (file)
@@ -143,15 +143,18 @@ module Trestle(){ ////toplevel
 
     for (rot=[0,180]) {
       translate([0,0,plugl/2]) rotate([0,rot,0]) translate([0,0,-plugl/2]) {
-       translate([-(topblockw*0.25+1),
+       translate([0,
                   plugh + pindh - (pinmaxh - pinminh)*0.75,
                   (plugl - pinholebasew*2)/3]) {
-         translate([0,0,pinholebasew/2]) rotate([-90,0,0]) %Pin();
-         rotate([0,90,0]) {
-           linear_extrude(height = topblockw*1.0+2) {
-             polygon([[-1.0 * pinholebasew, -0.01],
-                      [-0.5 * pinholebasew, pinholeh],
-                      [ 0                 , -0.01]]);
+         translate([-(topblockw*0.25+1), 0, pinholebasew/2])
+           rotate([-90,0,0]) %Pin();
+         translate([-(topblockw+1), 0, 0]) {
+           rotate([0,90,0]) {
+             linear_extrude(height = topblockw*1.0+2) {
+               polygon([[-1.0 * pinholebasew, -0.01],
+                        [-0.5 * pinholebasew, pinholeh],
+                        [ 0                 , -0.01]]);
+             }
            }
          }
        }