From: Ian Jackson Date: Mon, 30 Jun 2025 15:57:11 +0000 (+0100) Subject: fairphone5-case: prepare hinge_x_adj X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=33f74e9ecaf2371ed6bfd4dd8a000d3f54e57e92;p=reprap-play.git fairphone5-case: prepare hinge_x_adj Signed-off-by: Ian Jackson --- diff --git a/fairphone5-case.scad b/fairphone5-case.scad index 6c17fd8..e634a6e 100644 --- a/fairphone5-case.scad +++ b/fairphone5-case.scad @@ -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;