From: Ian Jackson Date: Wed, 23 Feb 2022 19:42:51 +0000 (+0000) Subject: fairphone4-case: wip apertures, etc. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=799f125e2cc231265c964453b5ad1423fa7ca8d5;p=reprap-play.git fairphone4-case: wip apertures, etc. Signed-off-by: Ian Jackson --- 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();