From: Ian Jackson Date: Wed, 31 Jan 2018 21:48:24 +0000 (+0000) Subject: fairphone-case: Buttons: suppress keeper guide over volume buttons (apropos mk1) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=daacb69e3d639b42f51cd1650aed6990c629a8ab;p=reprap-play.git fairphone-case: Buttons: suppress keeper guide over volume buttons (apropos mk1) Signed-off-by: Ian Jackson --- diff --git a/fairphone-case.scad b/fairphone-case.scad index 293692f..885ff2d 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -577,7 +577,7 @@ 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(0) SideButton(30.800, +1, 21.96, 1) children(); // volume Flip_rhs( ) LidButtonishLeg(14, -1) children(); // Flip_rhs(0) LidButtonishLeg(20, +1, 20) children(); }