From: Ian Jackson Date: Sun, 18 Mar 2018 15:38:24 +0000 (+0000) Subject: fairphone-case: wip lanyard, fix touchingness X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=69e58664d3a827f33432277cfbfc00e6e8870885;p=reprap-play.git fairphone-case: wip lanyard, fix touchingness Signed-off-by: Ian Jackson --- diff --git a/fairphone-case.scad b/fairphone-case.scad index b1b0e22..9aa1862 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -596,8 +596,8 @@ module LanyardEntry(){ mirror([0,my,0]){ translate([0, oec_y, 0]){ difference(){ - translate(ly_re * [-1,0,-1]) - cube(ly_re * [2,1,1]); + translate(ly_re * [-1,0,-2]) + cube(ly_re * [2,1,2]); rotate_extrude(convexity=10) LanyardEntryOuterProfile(); }