From: Ian Jackson Date: Tue, 30 Jan 2018 13:09:21 +0000 (+0000) Subject: fairphone-case: rework hingescrew parameters: add some debug so we can easily check nfc X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=18b90ada74893e3a4b61013171dd5ea932a2385b fairphone-case: rework hingescrew parameters: add some debug so we can easily check nfc Signed-off-by: Ian Jackson --- 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