From 8c05598cbc44e110bed9f86187bc5991e3518abe Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 30 Jan 2018 13:16:21 +0000 Subject: [PATCH] fairphone-case: rework hingescrew parameters: introduce hingemount_wd and use for hex21 (nfc) Signed-off-by: Ian Jackson --- fairphone-case.scad | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fairphone-case.scad b/fairphone-case.scad index 43e847e..1e11f3f 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -88,6 +88,7 @@ hingescrew_head_th = 1.38 + 0.75; hingescrew_head_dia = 3.92; lever_cover_th = 0.75; hingemount_th = 2.5; +hingemount_wd = 4.8725; hingescrew_nut_recess_portion = 2/3; // portion of nut in recess @@ -229,7 +230,7 @@ hingescrew_portion_len = hex20 = max(epp2o[0], phone_cnr_rad, kppd[0] + hingescrew_head_th + keeper_gap_x_holes); -hex21 = hex20 + hingescrew_portion_len; +hex21 = hex20 + hingemount_wd; hex22 = hex21 + hinge_x_gap; hex23 = hex22 + hingescrew_portion_len - hingescrew_nut_thick; // bodge, need to divvy this up more sensibly -- 2.30.2