From: Ian Jackson Date: Sun, 21 Jan 2018 23:51:58 +0000 (+0000) Subject: fairphone-case: catch adjustments from previow X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=9316985fee339f62f0e5409653119e838afa7e5c fairphone-case: catch adjustments from previow Signed-off-by: Ian Jackson --- diff --git a/fairphone-case.scad b/fairphone-case.scad index 91f2a11..d1181e6 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -93,9 +93,11 @@ hinge_r_arms_gap = 0.55; rearspeaker_gap = [ 1.0, 1.0 ]; // each side -catch_len = 9; +catch_len = 7.5; +catch_width = 15; +catch_thickness = 1.0; -catch_depth = 0.75; +catch_depth = 1.25; catch_height = 0.35; catch_finger_height = 1.5; catch_finger_depth = 2.5; @@ -193,7 +195,7 @@ echo(hingescrew_portion_len); // catch -cppJ = bppJ; +cppJ = [ epp4[0] + catch_thickness, lpp10[1] ]; cppA = cppJ + [lid_gap_x, -lid_gap_z]; cppB = [ epp0[0], cppA[1] ]; cppP = [ epp4[0], cppJ[1] ]; @@ -203,7 +205,7 @@ cppD = [ cppA[0], cppS[1] + catch_slop ]; cppC = [ cppB[0], cppD[1] ]; cppT = cppS + [1,0] * catch_depth; cppU = cppT + [0,-1] * catch_height; -cppV = [ cppS[0], cppU[1] - catch_height ]; +cppV = [ cppS[0], cppU[1] - catch_depth ]; cppR = 0.5*(cppP + cppJ);