chiark / gitweb /
fairphone-case: provide for catch_catch_slope (currently 0, so nfc)
[reprap-play.git] / fairphone-case.scad
index bfe211037060765e55ae057d1e61c262d363d450..85bedf016a2897bf0940f81aa2b895d71700c0bd 100644 (file)
@@ -258,10 +258,11 @@ catch_width = 15;
 catch_thickness = 1.3;
 catch_side_gap = 0.75; // each side
 
-catch_depth = 0.75;
+catch_depth = 1.25;
 catch_height = 0.35;
 catch_finger_height = 1.5;
 catch_finger_depth = 2.5;
+catch_catch_slope = 0;
 
 catch_topcurve_r = 5.0;
 
@@ -436,7 +437,7 @@ cppP = [ epp4[0], cppJ[1] ];
 cppS = cppJ + [0,-1] * catch_len;
 cppD = [ cppA[0], cppS[1] + catch_slop ];
 cppC = [ cppB[0], cppD[1] ];
-cppT = cppS + [1,0] * catch_depth;
+cppT = cppS + [1, -catch_catch_slope] * catch_depth;
 cppU = cppT + [0,-1] * catch_height;
 cppV = [ cppS[0], cppU[1] - catch_depth ];