From: Ian Jackson Date: Mon, 30 Jun 2025 15:35:43 +0000 (+0100) Subject: fairphone5-case: FP5: new buttons on RHS X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c7fb5a1aa2e1dfd56adec046426db0c3bd070319;p=reprap-play.git fairphone5-case: FP5: new buttons on RHS Signed-off-by: Ian Jackson --- 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();