From 0f5974fe1cc05afbf655a667ea7611cc55e2fba4 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 22 Jan 2018 00:02:48 +0000 Subject: [PATCH] fairphone-case: bodge HingeLever to have space for nut 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 64fe13d..b38784c 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -189,7 +189,8 @@ hex20 = max(epp2o[0], kppd[0] + hingescrew_head_th + keeper_gap_x_holes); hex21 = hex20 + hingescrew_portion_len; hex22 = hex21 + hinge_x_gap; -hex23 = hex22 + hingescrew_portion_len; +hex23 = hex22 + hingescrew_portion_len + - hingescrew_nut_thick; // bodge, need to divvy this up more sensibly hex24 = hex20 + hingescrew_shaft_len + hinge_x_postscrew_gap; echo(hex20, hex21, hex22, hex23, hex24); echo(hingescrew_portion_len); -- 2.30.2