From: Ian Jackson Date: Wed, 5 Jun 2013 22:07:44 +0000 (+0100) Subject: crossbar-computer-led-mount: fiddle a bit with tests X-Git-Tag: filamentspool-v2-release~551 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=8788d8e8b01d1fffdaaa0f520c233a1fbe566db2;p=reprap-play.git crossbar-computer-led-mount: fiddle a bit with tests --- diff --git a/crossbar-computer-led-mount.scad b/crossbar-computer-led-mount.scad index 36dac88..71a449e 100644 --- a/crossbar-computer-led-mount.scad +++ b/crossbar-computer-led-mount.scad @@ -1,6 +1,6 @@ // -*- C -*- -led_dia = 5; +led_dia = 5 + 0.6; led_depth = 5; test_width = 15; @@ -17,7 +17,7 @@ module Tests(){ test_height]); %translate([test_width/2, -1, test_height/2]) rotate([-90,0,0]) - cylinder(r=led_dia/2, h=led_depth+1); + cylinder(r=led_dia/2, h=led_depth+1, $fn=30); } } }