chiark / gitweb /
light-bracket: stub for test
[reprap-play.git] / light-bracket.scad
index f5cdfe1457d56f627c10660dc33031130209aa58..f97611fc8885135d6a60eb548c106fddf0a1054f 100644 (file)
@@ -96,6 +96,7 @@ module screwhole(holedia, csdia) {
 }
 
 module bracket() {
 }
 
 module bracket() {
+       // this is the actual thing we want
        difference() {
                stuff();
                mainhole();
        difference() {
                stuff();
                mainhole();
@@ -106,4 +107,7 @@ module bracket() {
        }
 }
 
        }
 }
 
-bracket();
+intersection() {
+       bracket();
+       cube(center=true, [100,55,100]);
+}