From: Ian Jackson Date: Thu, 11 Oct 2012 00:02:27 +0000 (+0100) Subject: filamenttrestle legw, more tuning X-Git-Tag: filamentspool-v2-release~740 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=d75298b3556ecdb4214396adfaeb8a4225905461 filamenttrestle legw, more tuning --- diff --git a/filamenttrestle.scad b/filamenttrestle.scad index 44f593b..0f99442 100644 --- a/filamenttrestle.scad +++ b/filamenttrestle.scad @@ -12,7 +12,8 @@ barradz = 7; guidewidth = 3; guiderad = 20; -plugl = 12; +legw = 12; +plugl = 16; plugwmin = 3; plugh = 10; plugslope = 0.5; @@ -26,8 +27,8 @@ topblockthick = 4; topblockbasedepth = 4; pinbasew = 3; -pinminh = 1.0; -pinmaxh = 3.0; +pinminh = 1.5; +pinmaxh = 4.0; pindh = 1.0; pindwidth = 1.0; @@ -84,7 +85,7 @@ module Trestle(){ rotate([0,0, -90-legang]) ExtenderPillars(length=eplen+trestlelegw, width=trestlelegw, - height=plugl, + height=legw, baseweb=true); translate([-trestlebase/2, -trestleheight, 0]) @@ -95,7 +96,7 @@ module Trestle(){ cube([topblockw, topblockbasedepth + plugh + topblockthick, plugl]); translate([-trestlebase/2, -trestleheight, 0]) - ExtenderPillars(length=trestlebase, width=trestlebaseh*2, height=plugl); + ExtenderPillars(length=trestlebase, width=trestlebaseh*2, height=legw); } translate([-300, -trestleheight-50, -1]) cube([600, 50, plugl+2]);