chiark / gitweb /
fairphone5-case: FP5: new radii and camera
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 30 Jun 2025 15:12:14 +0000 (16:12 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 30 Jun 2025 15:27:52 +0000 (16:27 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
fairphone5-case.scad

index 30e6d032a682dab16e5b7971e158a91a271b2fa3..3c4a89acf1bfce6472fc58f88b0356e6cfe72bd2 100644 (file)
@@ -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 ];