From 4382f58203c1cef9d681a892839e8856906a97e3 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 5 Sep 2022 19:09:15 +0100 Subject: [PATCH] fairphone4-case: Add another lobe at the top left When you drop it, this tends to break off and then the thing wobbles. Ass a spare. Signed-off-by: Ian Jackson --- fairphone4-case.scad | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fairphone4-case.scad b/fairphone4-case.scad index cdd0aa7..3364cf2 100644 --- a/fairphone4-case.scad +++ b/fairphone4-case.scad @@ -803,7 +803,8 @@ module Buttons(){ Flip_rhs(1) SideButton(64.220, +1, 14.500 ) children(); // power Flip_rhs(1) LidButtonishLeg(14, -1) children(); Flip_rhs(0) LidButtonishLeg(21, -1) children(); - Flip_rhs(0) LidButtonishLeg(21, +1) children(); + Flip_rhs(0) LidButtonishLeg(38, +1) children(); + Flip_rhs(0) LidButtonishLeg(14, +1) children(); } module Struts(x_start, z_min, th){ -- 2.30.2