From: Ian Jackson Date: Sun, 21 Jan 2018 21:11:03 +0000 (+0000) Subject: fairphone-case: hinge: move everything up, so top is flat X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=4cf545c050df35d3e352111866d10c695f5d1ec2 fairphone-case: hinge: move everything up, so top is flat avoids any need for support or further adjustment or something for the top of the arm also combines the two microusb holes in the lever Signed-off-by: Ian Jackson --- diff --git a/fairphone-case.scad b/fairphone-case.scad index aca4dc2..6946f4a 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -155,8 +155,8 @@ hp_k = 0.5 * (hppU[1] - hppS[1] + foldover_gap); hppM = [ epp4[0] - foldover_lever_gap - hp_r2, 0.5 * (hppU + hppS)[1] ]; -hppT = hppM + 0.5 * [0,+1] * hp_k; -hppB = hppM + 0.5 * [0,-1] * hp_k; +hppT = [ hppM[0], hppU[1] - hp_r1 ]; +hppB = hppT + [0,-1] * hp_k; // hinge elevation x coords