From 85c85fd79138a64743a79c665ccdf8f135d84052 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 3 Jul 2012 02:08:13 +0100 Subject: [PATCH] light-bracket: stub for test --- light-bracket.scad | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/light-bracket.scad b/light-bracket.scad index f5cdfe1..f97611f 100644 --- a/light-bracket.scad +++ b/light-bracket.scad @@ -96,6 +96,7 @@ module screwhole(holedia, csdia) { } module bracket() { + // this is the actual thing we want difference() { stuff(); mainhole(); @@ -106,4 +107,7 @@ module bracket() { } } -bracket(); +intersection() { + bracket(); + cube(center=true, [100,55,100]); +} -- 2.30.2