chiark / gitweb /
crossbar-computer-led-mount: actually put holes in Test for leds
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 5 Jun 2013 22:56:00 +0000 (23:56 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 5 Jun 2013 22:56:00 +0000 (23:56 +0100)
crossbar-computer-led-mount.scad

index c7ee8bbdc949241f28fa83cbc1e625e952958242..fb04685f0c40125747ff45e3597cb3eb280b04c7 100644 (file)
@@ -15,7 +15,7 @@ module Tests(){
        cube([test_width,
              thicks[thicki] + led_depth,
              test_height]);
-       %translate([test_width/2, -1, test_height/2])
+       translate([test_width/2, -1, test_height/2])
          rotate([-90,0,0])
          cylinder(r=led_dia/2, h=led_depth+1, $fn=30);
       }