chiark / gitweb /
simplephone-case: adjust vol btns
[reprap-play.git] / simplephone-case.scad
index f9aadb7626a0062a3925ff26f9de85b818192f14..d6e2a16753b1fcbb2b7fd9752baa6e18b3bedd5a 100644 (file)
@@ -9,7 +9,7 @@ psz = [
 thick = [
         2,
         2,
-        0.25 //1.5,
+        1.5,
         ];
 
 btn_x = 59.6;
@@ -25,8 +25,8 @@ screen_sz = [ 35, 46 ];
 thumb_xbot = 90;
 thumb_dia = 25;
 
-vol_xbot = 87.4;
-vol_xtop = 106.7;
+vol_xbot = 86.5;
+vol_xtop = 107.5;
 vol_depth = 1.0;
 vol_zsz = 9;
 vol_zoff = 0;
@@ -137,7 +137,6 @@ module Case(){
       cube([ 10, psz[1]+20, psz[2]+20 ]);
 
     //translate([-50,-50,10]) cube([100,100,100]);
-    translate([-200,-10,-10]) cube([300,200, psz[2]+10-2]);
 
     mirror([1,0,0])
       difference(){