chiark / gitweb /
fairphone-case: rework hingescrew parameters: rename hingescrew_nut_thick_real to...
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 30 Jan 2018 13:26:14 +0000 (13:26 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 30 Jan 2018 13:26:15 +0000 (13:26 +0000)
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 <ijackson@chiark.greenend.org.uk>
fairphone-case.scad

index b0ca129132e2957e82cdab6b458ab55ca384e81c..f248e538ea4e15b234976ef39c72bfd5fa969d58 100644 (file)
@@ -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