From 71fe4c7b46d0333e42529aae2024bb618fe33c57 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 23 Feb 2022 19:24:57 +0000 Subject: [PATCH] fairphone4-case: wip apertures Signed-off-by: Ian Jackson --- fairphone4-case.scad | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/fairphone4-case.scad b/fairphone4-case.scad index 3abf91f..15db45e 100644 --- a/fairphone4-case.scad +++ b/fairphone4-case.scad @@ -165,6 +165,9 @@ led_window_ledge = 0.75; // each side noisecancelmic_pos = [ 15.08, 4.35 ]; // from rhs, from top edge noisecancelmic_dia = 4.00; +mainmic_pos = [ 21.0, 4.35 ]; // from lhs, from top edge +mainmic_dia = 4.00; + lhshole_pos = [ phone[1]/2, 4.35 ]; // fingerpushhole_dias = []; xxx what was this @@ -176,7 +179,7 @@ lanyard_channel_len = 8; rearspeaker_pos_bl = [ 12.64, 18.72 ]; rearspeaker_size = [ 3.76, 7.36 ]; -bottomspeaker_size = [ 11.35, 1.40 ] + [1,1] * 1.0; +bottomspeaker_size = [ 11.35, 1.40 ] + [1,1] * 0.5; bottomspeaker_pos = [ 19.45, 4.82 ]; microusb_above = 1.64 - 0.25; @@ -873,6 +876,9 @@ module MicroUSBEtc(){ } module OrdinaryBottomEdgeApertures(){ + Flip_bot(1) + CaseAperture(mainmic_pos, mainmic_dia, 8); + Flip_bot(1) Flip_rhs(1) { linextr_y_xz(-epp2i[0], 60) hull() -- 2.30.2