Updated test results

master
Marius Kintel 2014-11-27 17:21:23 -05:00
parent 1b9d62c907
commit 23f1c4ac3f
1 changed files with 4 additions and 0 deletions

View File

@ -3,4 +3,8 @@ group() {
multmatrix([[1, 0, 0, 2], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) {
square(size = [1, 1], center = false);
}
union() {
cube(size = [0, 0, 0], center = false);
circle($fn = 0, $fa = 12, $fs = 2, r = 0);
}
}