From da007ff1f40070f936a7aed64dcd8a75a5f3122d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 11 Oct 2012 00:56:10 +0100 Subject: [PATCH 1/1] filamenttrestle pin holes in right place --- filamenttrestle.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filamenttrestle.scad b/filamenttrestle.scad index b546360..7f751f9 100644 --- a/filamenttrestle.scad +++ b/filamenttrestle.scad @@ -106,7 +106,7 @@ module Trestle(){ for (rot=[0,180]) { translate([0,0,plugl/2]) rotate([0,rot,0]) translate([0,0,-plugl/2]) { translate([-(topblockw*0.25+1), - plugh, + plugh + pindh - (pinmaxh - pinminh)/2, (plugl - pinholebasew*2)/3]) rotate([0,90,0]) { linear_extrude(height = topblockw*1.0+2) { polygon([[-1.0 * pinholebasew, -0.01], -- 2.30.2