From 86e3951ffd36d476a995d8f109008c4f6a9f1ec5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 5 Jun 2013 23:16:29 +0100 Subject: [PATCH] crossbar-computer-led-mount: fiddle to remove bug hole --- 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 71a449e..c7ee8bb 100644 --- a/crossbar-computer-led-mount.scad +++ b/crossbar-computer-led-mount.scad @@ -10,7 +10,7 @@ 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, -- 2.30.2