From 18b90ada74893e3a4b61013171dd5ea932a2385b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 30 Jan 2018 13:09:21 +0000 Subject: [PATCH] fairphone-case: rework hingescrew parameters: add some debug so we can easily check nfc Signed-off-by: Ian Jackson --- fairphone-case.scad | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/fairphone-case.scad b/fairphone-case.scad index 875f39a..fbbbf99 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -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; -//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 -- 2.30.2