From: Ian Jackson Date: Sun, 18 Mar 2018 16:20:48 +0000 (+0000) Subject: fairphone-case: wip lanyard, demo the entry profile etc. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=5c6b926b93458f22e621bc33c530bdb780b609eb;hp=6683cb8d60099f3e26214b6422e35fd91d00fcb1;p=reprap-play.git fairphone-case: wip lanyard, demo the entry profile etc. Signed-off-by: Ian Jackson --- diff --git a/fairphone-case.scad b/fairphone-case.scad index 723093b..1ed4614 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -1663,13 +1663,15 @@ module DemoProfiles(){ ////toplevel %EdgeProfile(); KeeperProfile(); translate([0,0,-1]) color("black") KeeperProfile(1); - color("purple") translate(epp2i) - rotate(-ly_theta) { - translate(lanyard_half_dia * 0.5 * [-3,-1]) - LanyardLanyardProfile(); - translate(lanyard_half_dia * 0.5 * [-3,+1]) - translate([0,-1] * case_th_side) - LanyardLanyardProfile(true); + translate(ly_o){ + rotate(-ly_theta){ + translate([0,0,+1]) color("purple") LanyardMainChannelProfile(); + translate([0,0,+2]) color("red") LanyardCurveChannelProfile(); + translate([0, ly_q_z]){ + translate([0,0,-1]) color("blue") LanyardEntryChannelProfile(); + translate([ly_oec_y,0,-2]) color("black") LanyardEntryOuterProfile(); + } + } } translate([0,0,-5]) color("white") translate(epp2i) rotate(-ly_theta)