From aef50e92030afa8e9083d8730aa908cd8868d276 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 17 Oct 2012 21:51:33 +0100 Subject: [PATCH] filamenttrestle pinhole all way through --- filamenttrestle.scad | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/filamenttrestle.scad b/filamenttrestle.scad index 799bf4e..df3b53a 100644 --- a/filamenttrestle.scad +++ b/filamenttrestle.scad @@ -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]]); + } } } } -- 2.30.2