chiark / gitweb /
fairphone-case: hinge: screws: make holes
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 21 Jan 2018 20:46:43 +0000 (20:46 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 21 Jan 2018 20:46:43 +0000 (20:46 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
fairphone-case.scad

index 986fe269928a417dd232e091ea9e555524cd96c5..697e0c57e467152fd36b2c68b80c38247a4d333f 100644 (file)
@@ -529,6 +529,9 @@ module Case(){ ////toplevel
         HingeLidProfile();
        circle(r= hinge_r_arms_gap, $fn= 8);
       }
+
+    // screw holes in the hinge arms
+    DemoHingeScrews();
   }
 }
 
@@ -556,6 +559,9 @@ module Lid(){ ////toplevel
       HingePortion(hex20, hex21) HingeLidProfile();
     }
     Struts(lpp10[0] + strut_min_at_end, lpp13[1], -case_th_lid);
+
+    // screw holes in the hinge arms
+    DemoHingeScrews();
   }
 }