From 389bdf76f1b2a07bef487ffbb1e54cb5c6eaa0ce Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 18 Mar 2018 16:29:43 +0000 Subject: [PATCH] fairphone-case: wip lanyard, now seems roughly right Signed-off-by: Ian Jackson --- fairphone-case.scad | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/fairphone-case.scad b/fairphone-case.scad index 1ed4614..469a20e 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -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]) -- 2.30.2