X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=fairphone-case.scad;h=2998b54d82d5b98df037a769a11706f42e0b1018;hb=6dba99d4594590c1af949fbd0379d366a05c2ca6;hp=794582698a241c591fc7497c294d22e80299fdc1;hpb=444e329bdfdc996a16db7aaa574e231acf702eb3;p=reprap-play.git diff --git a/fairphone-case.scad b/fairphone-case.scad index 7945826..2998b54 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -271,6 +271,9 @@ prop_prong_heel_slope = 0.5; lid_fold_clearance_antislop = 0.5; +$button_leg_only = false; +$suppress_forward_holes = false; + // ---------- calculated ---------- phone_width = (phone + bumper*2)[0]; @@ -1152,9 +1155,11 @@ module Case(){ ////toplevel } // apertures along top edge - CaseAperture(jack_pos, jack_dia, 8); - Flip_rhs(1) - CaseAperture(noisecancelmic_pos, noisecancelmic_dia, 8); + if (!$suppress_forward_holes) { + CaseAperture(jack_pos, jack_dia, 8); + Flip_rhs(1) + CaseAperture(noisecancelmic_pos, noisecancelmic_dia, 8); + } OrdinaryRearApertures(); @@ -1171,7 +1176,7 @@ module Case(){ ////toplevel // screw holes in the hinge arms HingeScrews(); - // catch striker + // thumb recess ThumbRecessApply(epp4[1]) ThumbRecessCutProfile();