chiark / gitweb /
light bracket: whole object
[reprap-play.git] / light-bracket.scad
index f5cdfe1457d56f627c10660dc33031130209aa58..6e42bf1c16cf2964faac032c7aec02b59d40f9ec 100644 (file)
@@ -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]);
+}