Removed obsolete tests

export-menu
Marius Kintel 2013-12-30 01:23:22 -05:00
parent d5bf74c91c
commit 3cb440c624
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
//
// Bug description: The intersection results in an empty object.
// Cause: The rotated bounding box is wrongly calculated, yielding a
// box which don't overlap with the bounding box of the second object.
//
intersection() {
rotate(45) cube(10);
translate([3,2,0]) cube(10);
}