From 397e9da78351039e73080d875b4a52fe9ae90591 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 15 Mar 2018 12:23:39 +0000 Subject: [PATCH] fairphone-case: fix lid hinge arms to not have cutout for lid close clearance Signed-off-by: Ian Jackson --- fairphone-case.scad | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fairphone-case.scad b/fairphone-case.scad index 8b7dce7..99966fd 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -1102,7 +1102,10 @@ module Lid(){ ////toplevel } // hinge arms - HingePortion(hex20, hex21) HingeLidProfile(); + HingePortion(hex20, hex21) { + LidEdgeProfile(); + HingeLidProfile(); + } // catch CatchPortion(catch_width) -- 2.30.2