From: Ian Jackson Date: Sat, 26 Dec 2015 00:22:43 +0000 (+0000) Subject: pattress-boxes-3-cover: Rail, fix len X-Git-Tag: filamentspool-v2-release~39 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=250d264df228998248b42dc37528e3714f4f5bb2;hp=be4e5c8e1f5adfe44ea691244892ddd8222551d5;p=reprap-play.git pattress-boxes-3-cover: Rail, fix len --- diff --git a/pattress-boxes-3-cover.scad b/pattress-boxes-3-cover.scad index 9e3ab2d..bfc1f22 100644 --- a/pattress-boxes-3-cover.scad +++ b/pattress-boxes-3-cover.scad @@ -59,6 +59,8 @@ echo(peg_main_height); thinbox_front_z = lid_fatbox_switches_h + lid_fatbox_h - lid_thinbox_h; +raillen = patbox_side/2 + peg_max_dia/2 * 1.5; + module LidSideProfile(){ polygon([[-lid_top_wall, lid_inner_max_h], [lid_inner_kink[0], lid_inner_max_h], @@ -104,7 +106,7 @@ module LidSide(){ // rail rotate([90,0,90]) translate([0,0,-0.1]) - linear_extrude(height=100.1) //todo + linear_extrude(height=raillen+0.1) //todo RailProfile(); }