chiark / gitweb /
fairphone-case: rework hingescrew parameters: add some debug so we can easily check nfc
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 30 Jan 2018 13:09:21 +0000 (13:09 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 30 Jan 2018 13:09:21 +0000 (13:09 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
fairphone-case.scad

index 875f39af572754142b4d31412d8d6925304a12c0..fbbbf99699efbaf3a68e0fcf0c220f0e51c3b310 100644 (file)
@@ -235,7 +235,14 @@ hex23 = hex22 + hingescrew_portion_len
   - hingescrew_nut_thick; // bodge, need to divvy this up more sensibly
 hex26 = hex23 + hingescrew_nut_thick_real * 2/3;
 hex24 = hex20 + hingescrew_shaft_len + hinge_x_postscrew_gap;
   - hingescrew_nut_thick; // bodge, need to divvy this up more sensibly
 hex26 = hex23 + hingescrew_nut_thick_real * 2/3;
 hex24 = hex20 + hingescrew_shaft_len + hinge_x_postscrew_gap;
-//echo(hex20, hex21, hex22, hex23, hex24);
+
+echo(hex20, hex21, hex22, hex23, hex24);
+//  6, 10.8725, 10.9975, 13.74, 18.75
+echo(hex20 - 6,
+     hex21 - 10.8725,
+     hex22 - 10.9975,
+     hex23 - 13.74,
+     hex24 - 18.75);
 //echo(hingescrew_portion_len);
 
 // catch
 //echo(hingescrew_portion_len);
 
 // catch