From: Ian Jackson Date: Wed, 31 Jan 2018 21:48:08 +0000 (+0000) Subject: fairphone-case: Buttons: whitespace (nfc) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=219b07b4b4667caf76903bd55960d9b831dcbbf2 fairphone-case: Buttons: whitespace (nfc) Signed-off-by: Ian Jackson --- diff --git a/fairphone-case.scad b/fairphone-case.scad index 29f0a5c..293692f 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -575,9 +575,9 @@ module LidButtonishLeg(y, y_ref_sign, l=buttonishleg_default_l_is_fudge) { } module Buttons(){ - Flip_rhs(1) SideButton(15.580, +1, 8.9) children(); // power - Flip_rhs(1) SideButton(48.700, -1, 8.920) children(); // camera - Flip_rhs(0) SideButton(30.800, +1, 21.96) children(); // volume + Flip_rhs(1) SideButton(15.580, +1, 8.9 ) children(); // power + Flip_rhs(1) SideButton(48.700, -1, 8.920 ) children(); // camera + Flip_rhs(0) SideButton(30.800, +1, 21.96 ) children(); // volume Flip_rhs( ) LidButtonishLeg(14, -1) children(); // Flip_rhs(0) LidButtonishLeg(20, +1, 20) children(); }