chiark / gitweb /
fairphone-case: make space for microusb in hinge
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 21 Jan 2018 21:09:00 +0000 (21:09 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 21 Jan 2018 21:09:00 +0000 (21:09 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
fairphone-case.scad

index 8ced1eb53ea432e801a3e11d79c8373982246967..aca4dc208988573d86001df17500f53d8fd97e5f 100644 (file)
@@ -602,6 +602,10 @@ module HingeLever(){ ////toplevel
 
     // bores for the screws
     HingeScrews();
+
+    // space for the charging cable
+    MicroUSB();
+    Flip_hinge() MicroUSB();
   }
 }