From: Ian Jackson Date: Sun, 27 Feb 2022 22:40:49 +0000 (+0000) Subject: fairphone4-case: hinge with wire pins X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=96a96353472ed71bc6f17ea976aa8e5dda1e34d8;p=reprap-play.git fairphone4-case: hinge with wire pins Signed-off-by: Ian Jackson --- diff --git a/fairphone4-case.scad b/fairphone4-case.scad index 83f91f5..a12b832 100644 --- a/fairphone4-case.scad +++ b/fairphone4-case.scad @@ -225,8 +225,8 @@ foldover_gap = 0.50; foldover_lever_gap = 0.50; // properties of the hinge fasteners -hingescrew_shaft_dia = 2.0 + 0.25; // M2 x 12mm machine screw -hingescrew_shaft_len = 12; +hingescrew_shaft_dia = 1.600 + 0.45; // beading wire +hingescrew_shaft_len = 10; hingescrew_fasteners_extra_thick = 0.40; // ^ amount of thread protruding if everything was completely nominal // and we are using two nuts @@ -258,7 +258,7 @@ hinge_x_gap = 0.125; hinge_x_postscrew_gap = 0.75; hinge_x_arms_gap = 0.35; hinge_r_arms_gap = 0.55; -hinge_over_nut_plate = 1.0; +hinge_over_nut_plate = -0.50; // bodge apropos slope // there isn't one of these, speaker is by hinge // rearspeaker_gap = [ 2.0, 2.0 ]; // each side @@ -1339,12 +1339,12 @@ module HingeLever(){ ////toplevel HingeLeverOuterProfile(); // space for the screws - HingePortion(hex26, hex24) - HingeLeverInnerProfile(); +// HingePortion(hex26, hex24) +// HingeLeverInnerProfile(); // recesses for the nuts - HingePortion(hex23, hex26+1) - HingeLeverNutProfile(); +// HingePortion(hex23, hex26+1) +// HingeLeverNutProfile(); // bores for the screws HingeScrews();