From 4cf545c050df35d3e352111866d10c695f5d1ec2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 21 Jan 2018 21:11:03 +0000 Subject: [PATCH] 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 --- fairphone-case.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2