From: Ian Jackson Date: Fri, 23 Jun 2017 20:48:46 +0000 (+0100) Subject: simplephone-case: abtn X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=072ffe404ec0282493775fa15b1d9812380e9867;hp=b7c8603a4f23ca2e9528b45f7e70872f8ac9fb10;p=reprap-play.git simplephone-case: abtn --- diff --git a/simplephone-case.scad b/simplephone-case.scad index 6b3f708..95a8fae 100644 --- a/simplephone-case.scad +++ b/simplephone-case.scad @@ -13,9 +13,12 @@ thick = [ ]; btn_x = 58; -btn_dia = 14; +btn_dia = 13; btn_yprop = 0.23; +abtn_x = 45; +abtn_sz = [ 11, 13 ]; + rail_ysz = 2.5; rail_zsz = 2.5; @@ -35,6 +38,11 @@ module Case(){ 0.5 * psz[2] ]) cylinder(r= btn_dia/2, h=20); + translate([ -abtn_x, + btn_yprop * psz[1], + psz[2] ]) + cube(concat(abtn_sz, thick[2]*3), center=true); + mirror([1,0,0]) difference(){ cube(psz + [1,0,0]);