From 1d479acc53dc7799e20a40b65fb6967c56914647 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 3 Jul 2025 15:12:46 +0100 Subject: [PATCH] fairphone5-case: adjust height fit Signed-off-by: Ian Jackson --- fairphone5-case.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fairphone5-case.scad b/fairphone5-case.scad index 8f9d238..2910425 100644 --- a/fairphone5-case.scad +++ b/fairphone5-case.scad @@ -112,7 +112,7 @@ phone_rim_depth = 0.01; // includes allowance for a screen protector button_cutout_depth = 9; -phone_edge_thick = 9.6 + 0.75; +phone_edge_thick = 9.6 + 0.5 + 0.75; camera_pos_tl = [ 6.5, 6 ]; // from tl corner (as seen from back) camera_edge_rad = 10; -- 2.30.2