From: Ian Jackson Date: Mon, 30 Jun 2025 18:47:09 +0000 (+0100) Subject: fairphone5-case: adjust power from test X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=45a2ccb6839fae6620a0aab8a4d079f50cd2299f;p=reprap-play.git fairphone5-case: adjust power from test Signed-off-by: Ian Jackson --- diff --git a/fairphone5-case.scad b/fairphone5-case.scad index 1053e3c..6fcba25 100644 --- a/fairphone5-case.scad +++ b/fairphone5-case.scad @@ -805,7 +805,7 @@ module LidButtonishLeg(y, y_ref_sign, l=buttonishleg_default_l_is_fudge) { } module Buttons(){ - Flip_rhs(1) SideButton(74.000, +.5, 12.000 ) children(); // power + Flip_rhs(1) SideButton(73.500, +.5, 12.500 ) children(); // power Flip_rhs(1) SideButton(40.000, +.5, 25.000 ) children(); // volume Flip_rhs(1) LidButtonishLeg(14, -1) children(); Flip_rhs(1) LidButtonishLeg(34, -1) children();