From 71f172b28fe9aea7c99b941e16b8f7d75b688b69 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 11 Oct 2012 00:56:53 +0100 Subject: [PATCH] filamenttrestle block side thick right --- filamenttrestle.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filamenttrestle.scad b/filamenttrestle.scad index 7f751f9..2c44948 100644 --- a/filamenttrestle.scad +++ b/filamenttrestle.scad @@ -72,7 +72,7 @@ module Bar(){ module Trestle(){ legang = atan2(trestlebase/2, trestleheight); eplen = sqrt(trestleheight*trestleheight + trestlebase*trestlebase*0.25); - topblockw = plugwmax + topblockthick*2; + topblockw = plugwmax + trestleplugd*2 + topblockthick*2; pinholebasew = pinbasew + pindwidth; pinholeh = pinminh + pindh; -- 2.30.2