From 563d0524f8a2e88681ce58344e3f6b30cf47f69c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 21 Jan 2018 14:22:19 +0000 Subject: [PATCH] fairphone-case: remeasure power button posn This is the measurement from the phone (top of phone to top of button). It differs substantially from our previous value even though it shouldn't. v6 was the one which was overheated; maybe it was distorted 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 7735c9f..522717a 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -273,7 +273,7 @@ module SideButton(y, y_ref_sign, l){ } module Buttons(){ - CaseBase_rhsflip([1]) SideButton(14.950, +1, 8.9) children(); // power + CaseBase_rhsflip([1]) SideButton(15.580, +1, 8.9) children(); // power } module Struts(x_start, z_min, th){ -- 2.30.2