From daacb69e3d639b42f51cd1650aed6990c629a8ab Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 31 Jan 2018 21:48:24 +0000 Subject: [PATCH] fairphone-case: Buttons: suppress keeper guide over volume buttons (apropos mk1) Signed-off-by: Ian Jackson --- fairphone-case.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 2.30.2