From 93c36481e06f6c84513def27bda701c693baf8cc Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 17 Feb 2022 20:39:12 +0000 Subject: [PATCH] fairphone4-case: wip Signed-off-by: Ian Jackson --- fairphone4-case.scad | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/fairphone4-case.scad b/fairphone4-case.scad index c26b02b..37e4f5f 100644 --- a/fairphone4-case.scad +++ b/fairphone4-case.scad @@ -170,7 +170,7 @@ fingerpushhole_dias = [ 15, 18 ]; lanyard_half_dia = 1.15; lanyard_entry_rel_breadth = 2; -lanyard_channel_len = 15; +lanyard_channel_len = 8; rearspeaker_pos_bl = [ 12.64, 18.72 ]; rearspeaker_size = [ 3.76, 7.36 ]; @@ -821,8 +821,9 @@ module LidButtonishLeg(y, y_ref_sign, l=buttonishleg_default_l_is_fudge) { module Buttons(){ Flip_rhs(1) SideButton(30.320, +1, 22.960 ) children(); // volume Flip_rhs(1) SideButton(64.220, +1, 14.500 ) children(); // power - Flip_rhs( ) LidButtonishLeg(14, -1) children(); - Flip_rhs(0) LidButtonishLeg(14, +1) children(); + Flip_rhs(1) LidButtonishLeg(14, -1) children(); + Flip_rhs(0) LidButtonishLeg(21, -1) children(); + Flip_rhs(0) LidButtonishLeg(14, +1) children(); // xxx need hole for whatever that hole is on lhs } -- 2.30.2