From 860a298d7c017fc1ab73706b12d1bdb10015334a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 21 Jan 2018 21:09:00 +0000 Subject: [PATCH] fairphone-case: make space for microusb in hinge Signed-off-by: Ian Jackson --- fairphone-case.scad | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fairphone-case.scad b/fairphone-case.scad index 8ced1eb..aca4dc2 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -602,6 +602,10 @@ module HingeLever(){ ////toplevel // bores for the screws HingeScrews(); + + // space for the charging cable + MicroUSB(); + Flip_hinge() MicroUSB(); } } -- 2.30.2