From: Ian Jackson Date: Sun, 18 Mar 2018 14:59:58 +0000 (+0000) Subject: fairphone-case: wip lanyard, wip cutout X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=b0ff0b516641f6de90ffc4710d40bed2ae727aab fairphone-case: wip lanyard, wip cutout Signed-off-by: Ian Jackson --- diff --git a/fairphone-case.scad b/fairphone-case.scad index dfe7fb1..5039625 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -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])