From: Ian Jackson Date: Wed, 17 Oct 2012 20:51:33 +0000 (+0100) Subject: filamenttrestle pinhole all way through X-Git-Tag: filamentspool-v2-release~720 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=aef50e92030afa8e9083d8730aa908cd8868d276;p=reprap-play.git filamenttrestle pinhole all way through --- 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]]); + } } } }