From 6a48261a8030551e42dee3cb8fd2190e42db0a7f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 28 Jan 2018 20:29:31 +0000 Subject: [PATCH] fairphone-case: Improve nut access Signed-off-by: Ian Jackson --- fairphone-case.scad | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fairphone-case.scad b/fairphone-case.scad index cca703e..bb7af1c 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -80,6 +80,7 @@ hingescrew_shaft_dia = 2.0 + 0.25; // M2 x 12mm machine screw hingescrew_shaft_len = 12; hingescrew_nut_thick = 1.93 + 0.20; // incl. washer hingescrew_nut_dia = 4.72 + 0.50; // washer, actually +hingescrew_nut_across = 3.92 + 0.25; hingescrew_head_th = 1.38 + 0.75; hingescrew_head_dia = 3.92; lever_cover_th = 0.75; @@ -593,7 +594,7 @@ module HingeLeverInnerProfile(){ c = s > 0 ? hppT : hppB; translate(c) mirror([0,0,s>0]) - rotate(-s * 45) + rotate(s<0 ? -40 : 0) hull() for (x=[-20,20]) for (y=[0, s * 10]) -- 2.30.2