chiark / gitweb /
fairphone5-case: prepare hinge_x_adj
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 30 Jun 2025 15:57:11 +0000 (16:57 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 30 Jun 2025 15:57:11 +0000 (16:57 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
fairphone5-case.scad

index 6c17fd86dc720e362500251f0f2c959b8160c90c..e634a6e9b20e94e1e2546eb56280f166e9a711b2 100644 (file)
@@ -226,6 +226,7 @@ hinge_x_postscrew_gap = 0.75;
 hinge_x_arms_gap = 0.35;
 hinge_r_arms_gap = 0.55;
 hinge_over_nut_plate = -0.50; // bodge apropos slope
+hinge_x_adj = 0.0;
 
 // there isn't one of these, speaker is by hinge
 // rearspeaker_gap    = [ 2.0, 2.0 ]; // each side
@@ -368,7 +369,7 @@ hppE = [ hppE_x, hppE_y ];
 // hinge elevation x coords
 
 hex20 = max(epp2o[0],
-           phone_cnr_rad,
+           phone_cnr_rad + hinge_x_adj,
            kppd[0] + hingescrew_head_th + keeper_gap_x_holes);
 hex21 = hex20 + hingemount_wd;
 hex22 = hex21 + hinge_x_gap;