chiark / gitweb /
simplephone-case: finer
[reprap-play.git] / simplephone-case.scad
index e39a98403422c74f976681e0d7509708a10779b4..124ddbb9ceb33f2fe163f35c2891e44fe954c292 100644 (file)
@@ -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);
   }
 }