From: Ian Jackson Date: Fri, 23 Jun 2017 21:00:56 +0000 (+0100) Subject: simplephone-case: abtn X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=371f759f3dd99928c6cbbe22914363fd02a9a378;p=reprap-play.git simplephone-case: abtn --- diff --git a/simplephone-case.scad b/simplephone-case.scad index 46609d5..b8fea21 100644 --- a/simplephone-case.scad +++ b/simplephone-case.scad @@ -22,6 +22,9 @@ abtn_sz = [ 11, 13 ]; screen_xbot = 67; screen_sz = [ 45, 46 ]; +thumb_xbot = 90; +thumb_dia = 25; + rail_ysz = 2.5; rail_zsz = 2.5; @@ -57,6 +60,16 @@ module Case(){ psz[2]-1 ]) cube(concat(screen_sz, [ thick[2]+2 ])); + hull(){ + for (x=[ thumb_xbot+thumb_dia/2, psz[0]+10 ]) + translate([ -x, + ym, + -thick[2]-1 ]) + cylinder(r= thumb_dia/2, + h= thick[2] + 2, + $fn= 20); + } + mirror([1,0,0]) difference(){ cube(psz + [1,0,0]);