From 99d35e3c03e8382957bc153bdde869b61754a5d4 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 29 Jul 2012 17:40:30 +0100 Subject: [PATCH] Revert "light-bracket: a bit of debug" this makes a bogus object This reverts commit a009a85efa6b31f6e3cf58b8acf5344b208f6dfd. --- light-bracket.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/light-bracket.scad b/light-bracket.scad index 3e17f81..e277269 100644 --- a/light-bracket.scad +++ b/light-bracket.scad @@ -124,7 +124,7 @@ module bracket() { // this is the actual thing we want difference() { stuff(); - %mainhole(); + mainhole(); for (y=screw_ys) translate([0, y, 0]) screwhole(5.4,10); //dia=4 gives 2.9 //holedia=10 gives 9.0 want 7.0 -- 2.30.2