chiark / gitweb /
crossbar-computer-led-mount: try to remove ridges on lid
[reprap-play.git] / crossbar-computer-led-mount.scad
index 080dc7a3aae7e50ed6afe37542d4b1d72c47b417..f5775d415c6a784c08e03410262c1df7341e2124 100644 (file)
@@ -268,11 +268,11 @@ module Lid(){
     difference(){
       minkowski(){
        TowerMainHull();
-       sphere(r=lid_wall_thick+lid_slop, $fn=4);
+       sphere(r=lid_wall_thick+lid_slop, $fn=8);
       }
       minkowski(){
        TowerMainHull();
-       sphere(r=lid_slop, $fn=4);
+       sphere(r=lid_slop, $fn=6);
       }
     }
     translate([-50,-50,led_head_z]) cube([100,100,100]);