From c7fb5a1aa2e1dfd56adec046426db0c3bd070319 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 30 Jun 2025 16:35:43 +0100 Subject: [PATCH] fairphone5-case: FP5: new buttons on RHS Signed-off-by: Ian Jackson --- fairphone5-case.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fairphone5-case.scad b/fairphone5-case.scad index edfd63e..1223576 100644 --- a/fairphone5-case.scad +++ b/fairphone5-case.scad @@ -804,8 +804,8 @@ 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(1) SideButton(74.000, +.5, 12.000 ) children(); // power + Flip_rhs(1) SideButton(41.000, +.5, 27.000 ) children(); // volume Flip_rhs(1) LidButtonishLeg(14, -1) children(); Flip_rhs(0) LidButtonishLeg(21, -1) children(); Flip_rhs(0) LidButtonishLeg(38, +1) children(); -- 2.30.2