chiark / gitweb /
fairphone-case: wip lanyard, bigger value for debugging
[reprap-play.git] / fairphone-case.scad
index dfe7fb11ba0b4158d5cb45487e83d8e1e3612bd3..70b9a71fde807225bd5fd879c83563436cc3a103 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;
+ly_rc = ly_r * 2 * 5;
 
 // prop recess in case
 
@@ -570,12 +570,18 @@ module LanyardEntry(){
   }
 
   mirror([0,0,1])
+    translate([0,0,-1])
     linear_extrude(height=20)
-    rotate(90)
+    rotate(-90)
     LanyardEntryChannelProfile();
 }
 
 module LanyardCutout(l){
+  rotate([0,-90,0])
+    linear_extrude(height=l)
+    rotate(-90)
+    LanyardMainChannelProfile();
+
   for (ee=[0,1]){
     translate(ee * l * [-1,0])
       mirror([ee,0,0])