chiark / gitweb /
crossbar-computer-led-mount: fiddle a bit with tests
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 5 Jun 2013 22:07:44 +0000 (23:07 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 5 Jun 2013 22:07:44 +0000 (23:07 +0100)
crossbar-computer-led-mount.scad

index 36dac88c71f6a09371e7de4ecf1a6563ad4b3530..71a449e20c324439bb80515a84b207f0f7854db7 100644 (file)
@@ -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);
       }
     }
   }