chiark / gitweb /
Revert "filamenttrestle: for debugging spoolinnerrad"
[reprap-play.git] / crossbar-computer-led-mount.scad
index 36dac88c71f6a09371e7de4ecf1a6563ad4b3530..c7ee8bbdc949241f28fa83cbc1e625e952958242 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C -*-
 
-led_dia = 5;
+led_dia = 5 + 0.6;
 led_depth = 5;
 
 test_width = 15;
@@ -10,14 +10,14 @@ thicks = [1,2,4,6];
 
 module Tests(){
   for (thicki=[0:len(thicks)-1]) {
-    translate([thicki*test_width-0.1, 0, 0]) {
+    translate([thicki*test_width-0.5, 0, 0]) {
       difference(){
        cube([test_width,
              thicks[thicki] + led_depth,
              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);
       }
     }
   }