From: Ian Jackson Date: Sun, 21 Jan 2018 19:45:53 +0000 (+0000) Subject: fairphone-case: call Flip_rhs with an atom when we can (nfc) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=097a34991bb2eeef17efc58a6a56e35ba8c077b1;p=reprap-play.git fairphone-case: call Flip_rhs with an atom when we can (nfc) Signed-off-by: Ian Jackson --- diff --git a/fairphone-case.scad b/fairphone-case.scad index 410237a..9cfc23a 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -324,11 +324,11 @@ 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(20, -1) children(); -// Flip_rhs([0]) LidButtonishLeg(20, +1, 20) children(); +// Flip_rhs(0) LidButtonishLeg(20, +1, 20) children(); } module Struts(x_start, z_min, th){ @@ -371,7 +371,7 @@ module OrdinaryRearApertures(){ } module RearCameraAperture(){ - Flip_rhs([1]) + Flip_rhs(1) mirror([0, 0, 1]) linear_extrude(height = 20) mirror([0, 1, 0]) @@ -488,7 +488,7 @@ module Case(){ ////toplevel // apertures along top edge CaseAperture(jack_pos, jack_dia, 8); - Flip_rhs([1]) + Flip_rhs(1) CaseAperture(noisecancelmic_pos, noisecancelmic_dia, 20); OrdinaryRearApertures();