From c3e788b6d9d5ec27f31b3f56ac450f7510b95f06 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 9 Jun 2013 14:47:52 +0100 Subject: [PATCH] crossbar-computer-led-mount: try to remove ridges on lid --- crossbar-computer-led-mount.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crossbar-computer-led-mount.scad b/crossbar-computer-led-mount.scad index 080dc7a..f5775d4 100644 --- a/crossbar-computer-led-mount.scad +++ b/crossbar-computer-led-mount.scad @@ -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]); -- 2.30.2