From 872d5f406410b20e7d26e5f5be9d151c50f55332 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 5 Jun 2013 23:56:00 +0100 Subject: [PATCH] crossbar-computer-led-mount: actually put holes in Test for leds --- crossbar-computer-led-mount.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.30.2