From da8c98f2fd703d4d5a93b2e85a519061f37dd529 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 26 Dec 2015 00:28:01 +0000 Subject: [PATCH] pattress-boxes-3-cover: Rail, set overlap explicitly --- pattress-boxes-3-cover.scad | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pattress-boxes-3-cover.scad b/pattress-boxes-3-cover.scad index bfc1f22..03927c5 100644 --- a/pattress-boxes-3-cover.scad +++ b/pattress-boxes-3-cover.scad @@ -16,6 +16,8 @@ lid_switches_y_slop = 3; total_len = 260; thinbox_len = 87; +rail_overlap = 8; + lid_top_wall = 1.5; lid_front_wall = 1.5; lid_side_wall = 1.5; @@ -59,7 +61,7 @@ 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; +raillen = patbox_side/2 + rail_overlap; module LidSideProfile(){ polygon([[-lid_top_wall, lid_inner_max_h], -- 2.30.2