From: Ian Jackson Date: Fri, 30 Jun 2017 22:54:40 +0000 (+0100) Subject: simplephone-case: vol cutout X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1561bc21e65645892cdef84744d24c10c8a66e93;p=reprap-play.git simplephone-case: vol cutout --- diff --git a/simplephone-case.scad b/simplephone-case.scad index 065af72..5da6f53 100644 --- a/simplephone-case.scad +++ b/simplephone-case.scad @@ -25,6 +25,12 @@ screen_sz = [ 35, 46 ]; thumb_xbot = 90; thumb_dia = 25; +vol_xbot = 87.4; +vol_xtop = 106.7; +vol_depth = 1.0; +vol_zsz = 9; +vol_zoff = 0; + rail_ysz = 2.5; rail_zsz = 2.5; @@ -97,6 +103,10 @@ module Case(){ $fn= 20); } + mirror([1,0,0]) + translate([ (vol_xbot+vol_xtop)/2, 0, psz[2]/2 + vol_zoff ]) + cube([ vol_xtop-vol_xbot, vol_depth*2, vol_zsz ], center=true); + translate([ thick[0], -10, -10 ]) cube([ 10, psz[1]+20, psz[2]+20 ]);