chiark / gitweb /
fairphone-case: add catch to base
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 22 Jan 2018 00:00:14 +0000 (00:00 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 22 Jan 2018 00:00:14 +0000 (00:00 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
fairphone-case.scad

index 29cbdb1c5956764639e064217a9de979ed9bfdf1..f6e76c6bb651c8e39b1040c7e9457fafa6369bf7 100644 (file)
@@ -96,6 +96,7 @@ rearspeaker_gap    = [ 1.0, 1.0 ]; // each side
 catch_len = 7.5;
 catch_width = 15;
 catch_thickness = 1.0;
+catch_side_gap = 0.75; // each side
 
 catch_depth = 1.25;
 catch_height = 0.35;
@@ -631,6 +632,10 @@ module Case(){ ////toplevel
 
     // screw holes in the hinge arms
     HingeScrews();
+
+    // catch striker
+    CatchPortion(catch_width + catch_side_gap*2)
+      CatchCutProfile();
   }
 }