chiark / gitweb /
bike-lipo-box: TestWall: replace ad-hoc with S1930_Negative (nfc)
[reprap-play.git] / light-bracket.scad
index 9bbf3419fc6a6aa772d62ec9d2a74545e2f10682..c49dc096c086f40e01963494c03b1f8f6de68b2c 100644 (file)
@@ -134,6 +134,6 @@ module bracket() {
 }
 
 intersection() {
-       bracket();
-       cube(center=true, [100,70,100]);
+       !bracket();
+       translate([-50,6,-50]) #cube(center=false, [100,27,100]);
 }