chiark / gitweb /
fairphone-case: wip lanyard, now seems roughly right
[reprap-play.git] / fairphone-case.scad
index 1ed4614e5c0f5f0a870617de6b9e6ec03217fc16..469a20e867621534cc92c1668fec9580cec209c7 100644 (file)
@@ -170,6 +170,7 @@ fingerpushhole_dias = [];
 
 lanyard_half_dia = 1.15;
 lanyard_entry_rel_breadth = 2;
+lanyard_channel_len = 15;
 rearspeaker_pos_bl = [ 12.64, 18.72 ];
 rearspeaker_size   = [  3.76,  7.36 ];
 
@@ -1198,6 +1199,13 @@ module Case(){ ////toplevel
     CatchPortion(catch_side_gap*2, epp4[1])
       CatchCutProfile();
 
+    // lanyard
+    Flip_bot(1)
+      translate([ly_o[0], -(phone_cnr_rad + ly_re), ly_o[1]])
+      rotate([0, ly_theta, 0])
+      rotate([0,0,90])
+      LanyardCutout(lanyard_channel_len);
+
     // prop recess
     Flip_rhs(1)
       translate([prop_x_pos,0,0])