From: Ian Jackson Date: Tue, 30 Jan 2018 13:16:21 +0000 (+0000) Subject: fairphone-case: rework hingescrew parameters: introduce hingemount_wd and use for... X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=8c05598cbc44e110bed9f86187bc5991e3518abe fairphone-case: rework hingescrew parameters: introduce hingemount_wd and use for hex21 (nfc) Signed-off-by: Ian Jackson --- 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