From 32b93c3069a22613eab75c02dd0ab62aafc7e049 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 11 Oct 2012 00:59:30 +0100 Subject: [PATCH] filamenttrestle more tuning --- filamenttrestle.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filamenttrestle.scad b/filamenttrestle.scad index 9d9e41f..44f593b 100644 --- a/filamenttrestle.scad +++ b/filamenttrestle.scad @@ -27,7 +27,7 @@ topblockbasedepth = 4; pinbasew = 3; pinminh = 1.0; -pinmaxh = 3; +pinmaxh = 3.0; pindh = 1.0; pindwidth = 1.0; @@ -74,7 +74,7 @@ module Trestle(){ eplen = sqrt(trestleheight*trestleheight + trestlebase*trestlebase*0.25); topblockw = plugwmax + trestleplugd*2 + topblockthick*2; - pinholebasew = pinbasew + pindwidth; + pinholebasew = pinbasew + pindwidth*2; pinholeh = pinminh + pindh; difference(){ -- 2.30.2