From f246a3bc9a53d3ebc7e43e73a89b6ed960aabc4f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 30 Jun 2025 16:03:48 +0100 Subject: [PATCH] fairphone5-case: recast overall measurements In terms of current https://en.wikipedia.org/wiki/Fairphone_4 Signed-off-by: Ian Jackson --- fairphone5-case.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fairphone5-case.scad b/fairphone5-case.scad index 0a4b63d..9ca71ea 100644 --- a/fairphone5-case.scad +++ b/fairphone5-case.scad @@ -85,7 +85,7 @@ include include -phone = [ 75.86, 162.0 ]; +phone = [ 75.50 + 0.36, 162 ]; prop_buildout_less = 3; @@ -112,7 +112,7 @@ phone_rim_depth = 0.01; // includes allowance for a screen protector button_cutout_depth = 9; -phone_edge_thick = 11.25; +phone_edge_thick = 10.5 + 0.75; camera_pos_tl = [ 5.600, 5.750 ]; // from tl corner (as seen from back) camera_edge_rad = 9.750 + 0.700; -- 2.30.2