From 799f125e2cc231265c964453b5ad1423fa7ca8d5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 23 Feb 2022 19:42:51 +0000 Subject: [PATCH] fairphone4-case: wip apertures, etc. Signed-off-by: Ian Jackson --- fairphone4-case.scad | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fairphone4-case.scad b/fairphone4-case.scad index cd147af..d400d70 100644 --- a/fairphone4-case.scad +++ b/fairphone4-case.scad @@ -897,7 +897,9 @@ module OrdinaryRearApertures(){ // OrdinaryRearAperture(1,1, rearspeaker_pos_bl) // rectfromto(-rearspeaker_gap, // rearspeaker_size + rearspeaker_gap); +} +module NotInTestFrameRearApertures(){ // finger hole to remove phone if (len(fingerpushhole_dias)) OrdinaryRearAperture(0,0, [ fingerpushhole_dias[0]/2 + epp2i[0], @@ -1195,6 +1197,7 @@ module Case(){ ////toplevel OrdinaryBottomEdgeApertures(); OrdinaryRearApertures(); + NotInTestFrameRearApertures(); MicroUSBEtc(); -- 2.30.2