From 445a53aff3e0c0609becc0f357127568da34df75 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 18 Mar 2018 12:18:42 +0000 Subject: [PATCH] fairphone-case: wip lanyard, more Signed-off-by: Ian Jackson --- fairphone-case.scad | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fairphone-case.scad b/fairphone-case.scad index fdd879a..4c653cc 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -118,6 +118,7 @@ // this case will meet your needs. include +include phone = [ 75.0, 145.0 ]; @@ -167,7 +168,7 @@ noisecancelmic_dia = 4.00; //fingerpushhole_dias = [ 15, 18 ]; fingerpushhole_dias = []; -lanyard_half_dia = 1.0; +lanyard_half_dia = 1.15; rearspeaker_pos_bl = [ 12.64, 18.72 ]; rearspeaker_size = [ 3.76, 7.36 ]; @@ -1547,6 +1548,9 @@ module DemoProfiles(){ ////toplevel %EdgeProfile(); KeeperProfile(); translate([0,0,-1]) color("black") KeeperProfile(1); + translate(epp2i) + rotate(atan2vector(epp2i - epp1)) + translate(lanyard_half_dia * 0.5 * [-3,-1]) color("purple") LanyardLanyardProfile(); translate([20,0]) { -- 2.30.2