#1129 Added testcase for empty projection crash

master
Marius Kintel 2015-01-01 22:50:58 -05:00
parent 743732d874
commit f10d0c5d5f
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ projection(cut=true) translate([20,0,0]) cube(10, center=true);
// Boundary case: clipping the top of a cube
translate([0,20,0]) projection(cut=true) translate([0,0,-4.999999]) cube(10, center=true);
// Empty cut
projection(cut=true) !translate([0,0,5]) cube(5, center=true);
// holes
translate([0,-10,0]) projection(cut=true) {
union() {