chiark / gitweb /
simplephone-case: adjust cnr
[reprap-play.git] / simplephone-case.scad
index fa99b506551f7b682168c41e603f8603e5750f24..40045d921b3884f2481a2351a3e5d7bb10201298 100644 (file)
@@ -2,7 +2,7 @@
 
 psz = [
        120,
-       56 + 5,
+       56 + 5 - 3.75,
        15 + 3,
        ];
 
@@ -12,11 +12,11 @@ thick = [
         1.5,
         ];
 
-btn_x = 56.4;
+btn_x = 59.6;
 btn_dia = 13;
 btn_y = 14.03;
 
-abtn_x = 43.15;
+abtn_x = 46.85;
 abtn_sz = [ 11, 13 ];
 
 screen_xbot = 79;
@@ -36,7 +36,7 @@ rail_zsz = 2.5;
 
 case_x_less = 0; //case_x_less = 10;
 
-inner_cnr_rad = 3.0;
+inner_cnr_rad = 4.0;
 
 // calculated
 
@@ -67,7 +67,7 @@ module RoundedCube(sz, cnr_rad){
       for (y=[ cnr_rad, sz[1]-cnr_rad ])
        for (z=[ cnr_rad, sz[2]-cnr_rad ])
          translate([x,y,z])
-           sphere(r= cnr_rad, $fn=20);
+           sphere(r= cnr_rad, $fn=40);
   }
 }