X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=fairphone-case.scad;h=c7a0bd433684045b40308b94524805d3f1072d8f;hb=8863a4b82ed3f9c740e40c71ae28946569d592f8;hp=ba710bd3c9da298aae089186ecf662edb1d7db66;hpb=f3ab7d2a741fa8bad226fd1709a2ed3ed9d8e39e;p=reprap-play.git diff --git a/fairphone-case.scad b/fairphone-case.scad index ba710bd..c7a0bd4 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -264,6 +264,7 @@ catch_height = 0.35; catch_finger_height = 1.5; catch_finger_depth = 2.5; catch_catch_slope = 0.25; +catch_close_slope = 1.00; catch_topcurve_r = 5.0; @@ -440,7 +441,7 @@ cppD = [ cppA[0], cppS[1] + catch_slop ]; cppC = [ cppB[0], cppD[1] ]; cppT = cppS + [1, -catch_catch_slope] * catch_depth; cppU = cppT + [0,-1] * catch_height; -cppV = [ cppS[0], cppU[1] - catch_depth ]; +cppV = [ cppS[0], cppU[1] - catch_depth * catch_close_slope ]; cppR = 0.5*(cppP + cppJ);