chiark / gitweb /
Revert "fairphone-case: wip lanyard, bigger value for debugging"
[reprap-play.git] / fairphone-case.scad
index 70b9a71fde807225bd5fd879c83563436cc3a103..d87bdc2149b97cb80f3586c79e1058c9262dc7a6 100644 (file)
@@ -449,7 +449,7 @@ cppF = [ cppV[0] + catch_finger_depth, cppC[1] ];
 // lanyard
 
 ly_r = lanyard_half_dia / 2;
-ly_rc = ly_r * 2 * 5;
+ly_rc = ly_r * 2;
 
 // prop recess in case
 
@@ -574,6 +574,15 @@ module LanyardEntry(){
     linear_extrude(height=20)
     rotate(-90)
     LanyardEntryChannelProfile();
+
+  translate([0, ly_r*2, 0])
+    rotate([90,0,0])
+    linear_extrude(height = ly_r*4){
+    difference(){
+      rectfromto([d_x, q_z], [ly_r, 0]);
+      circleat([d_x, q_z], ly_rc);
+    }
+  }
 }
 
 module LanyardCutout(l){