From 654af74503531ef608c71b4178e25aa71ab04c23 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 30 Jun 2025 16:12:14 +0100 Subject: [PATCH] fairphone5-case: FP5: new radii and camera Signed-off-by: Ian Jackson --- fairphone5-case.scad | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fairphone5-case.scad b/fairphone5-case.scad index 30e6d03..3c4a89a 100644 --- a/fairphone5-case.scad +++ b/fairphone5-case.scad @@ -107,16 +107,16 @@ initial_layer_thick = 0.400; // ^ needed for mode 3 only initial_layer_width = 0.750; // ^ needed for mode 3 only multicolour_gap = 0.15; // each side -phone_cnr_rad = 7.0; // actuall 8.mumble, but smaller is fine +phone_cnr_rad = 10; // actuall 11 ish, but smaller is fine phone_rim_depth = 0.01; // includes allowance for a screen protector button_cutout_depth = 9; phone_edge_thick = 9.6 + 0.75; -camera_pos_tl = [ 5.600, 5.750 ]; // from tl corner (as seen from back) -camera_edge_rad = 9.750 + 0.700; -camera_sz = 32.920 + .750 + 1.000; +camera_pos_tl = [ 8, 8 ]; // from tl corner (as seen from back) +camera_edge_rad = 6; +camera_sz = 32; // this is disabled, FP4 doesn't have one jack_pos = [ 13.83, 8.485 ]; -- 2.30.2