From 32a5ac16f67affd35e757eaf2f2ce48d639cae78 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 22 Jan 2018 00:00:14 +0000 Subject: [PATCH] fairphone-case: add catch to base Signed-off-by: Ian Jackson --- fairphone-case.scad | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fairphone-case.scad b/fairphone-case.scad index 29cbdb1..f6e76c6 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -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(); } } -- 2.30.2