chiark / gitweb /
crossbar-computer-led-mount: try to remove ridges on lid
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 9 Jun 2013 13:47:52 +0000 (14:47 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 9 Jun 2013 13:47:52 +0000 (14:47 +0100)
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]);