From a29c73bb71de340433ee51a5ed92c04a39ea67ea Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 11 Oct 2012 16:40:15 +0100 Subject: [PATCH] filamenttrestle adjustments after 1 --- filamenttrestle.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/filamenttrestle.scad b/filamenttrestle.scad index 010746c..9241352 100644 --- a/filamenttrestle.scad +++ b/filamenttrestle.scad @@ -28,8 +28,8 @@ topblockbasedepth = 5; pinbasew = 5.0; pinminh = 1.5; -pinmaxh = 4.0; -pindh = 0.75; +pinmaxh = 4.5; +pindh = 0.50; pindwidth = 0.75; pintaperlen = plugwmax * 0.85; @@ -115,7 +115,7 @@ 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), - plugh + pindh - (pinmaxh - pinminh)*0.5, + plugh + pindh - (pinmaxh - pinminh)*0.75, (plugl - pinholebasew*2)/3]) { translate([0,0,pinholebasew/2]) rotate([-90,0,0]) %Pin(); rotate([0,90,0]) { -- 2.30.2