From: Ian Jackson Date: Tue, 30 Jan 2018 13:26:14 +0000 (+0000) Subject: fairphone-case: rework hingescrew parameters: rename hingescrew_nut_thick_real to... X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=feb9921adf309029631d4245eec7f5103971ee91 fairphone-case: rework hingescrew parameters: rename hingescrew_nut_thick_real to hingescrew_nut_thick (nfc) The previous hingescrew_nut_thick, which included some of what is now in hingescrew_fasteners_extra_thick, has been abolished so we can get rid of the _real suffix. Signed-off-by: Ian Jackson --- diff --git a/fairphone-case.scad b/fairphone-case.scad index b0ca129..f248e53 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -83,7 +83,7 @@ hingescrew_nut_access_dia = 4.72 + 0.50; // ^ washer is 4.72 dia // also, want to get pliers or tiny spanner in to do up locknut hingescrew_nut_across = 3.92 + 0.25; // incl. slop around recess slop -hingescrew_nut_thick_real = 1.93; +hingescrew_nut_thick = 1.93; hingescrew_head_th = 1.38 + 0.75; hingescrew_head_dia = 3.92; lever_cover_th = 0.75; @@ -231,9 +231,9 @@ hex21 = hex20 + hingemount_wd; hex22 = hex21 + hinge_x_gap; hex27 = hex20 + hingescrew_shaft_len; hex24 = hex27 + hinge_x_postscrew_gap; -hex23 = hex27 - (hingescrew_nut_thick_real*2 +hex23 = hex27 - (hingescrew_nut_thick*2 + hingescrew_fasteners_extra_thick); -hex26 = hex23 + hingescrew_nut_thick_real * 2/3; +hex26 = hex23 + hingescrew_nut_thick * 2/3; echo(hex20, hex21, hex22, hex23, hex24); // 6, 10.8725, 10.9975, 13.74, 18.75