From: Ian Jackson Date: Mon, 22 Jan 2018 00:01:40 +0000 (+0000) Subject: fairphone-case: fix hex22 (from v11) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=3280426eef100da072284693787efb97ca2fe848 fairphone-case: fix hex22 (from v11) Signed-off-by: Ian Jackson --- diff --git a/fairphone-case.scad b/fairphone-case.scad index f6e76c6..64fe13d 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -188,7 +188,7 @@ hex20 = max(epp2o[0], phone_cnr_rad, kppd[0] + hingescrew_head_th + keeper_gap_x_holes); hex21 = hex20 + hingescrew_portion_len; -hex22 = hex21 - hinge_x_gap; +hex22 = hex21 + hinge_x_gap; hex23 = hex22 + hingescrew_portion_len; hex24 = hex20 + hingescrew_shaft_len + hinge_x_postscrew_gap; echo(hex20, hex21, hex22, hex23, hex24);