From: Ian Jackson Date: Wed, 5 Jun 2013 22:56:00 +0000 (+0100) Subject: crossbar-computer-led-mount: actually put holes in Test for leds X-Git-Tag: filamentspool-v2-release~544 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=872d5f406410b20e7d26e5f5be9d151c50f55332;hp=c947997f86db47cd055f94acf6264e41b9f7ef37;p=reprap-play.git crossbar-computer-led-mount: actually put holes in Test for leds --- diff --git a/crossbar-computer-led-mount.scad b/crossbar-computer-led-mount.scad index c7ee8bb..fb04685 100644 --- a/crossbar-computer-led-mount.scad +++ b/crossbar-computer-led-mount.scad @@ -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); }