From: Ian Jackson Date: Mon, 22 Jan 2018 00:00:14 +0000 (+0000) Subject: fairphone-case: add catch to base X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=32a5ac16f67affd35e757eaf2f2ce48d639cae78 fairphone-case: add catch to base Signed-off-by: Ian Jackson --- 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(); } }