diff options
author | Marius Kintel <marius@kintel.net> | 2012-06-04 09:34:27 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-06-04 09:34:27 (GMT) |
commit | 197a4e4d364fbdd0aca8fb9027476ee1c48652e3 (patch) | |
tree | 6ca650907710971d6835732caadd4053cdc6f32a /tests/regression/dumptest/projection-tests-expected.txt | |
parent | 6735a8841b4ca93db2c101ab89d0875b5eee51a8 (diff) | |
parent | 9698d1d2fbe6b19573a0e483a6411a8ebd0f6947 (diff) |
Merge branch 'master' into value
Diffstat (limited to 'tests/regression/dumptest/projection-tests-expected.txt')
-rw-r--r-- | tests/regression/dumptest/projection-tests-expected.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/regression/dumptest/projection-tests-expected.txt b/tests/regression/dumptest/projection-tests-expected.txt index 77fdbb4..69cd4f6 100644 --- a/tests/regression/dumptest/projection-tests-expected.txt +++ b/tests/regression/dumptest/projection-tests-expected.txt @@ -35,4 +35,22 @@ } } } + multmatrix([[1, 0, 0, 0], [0, 1, 0, -44], [0, 0, 1, 0], [0, 0, 0, 1]]) { + linear_extrude(height = 5, center = false, convexity = 1, $fn = 0, $fa = 12, $fs = 2) { + projection(cut = true, convexity = 0) { + union() { + difference() { + cube(size = [5, 5, 5], center = true); + cube(size = [4, 4, 4], center = true); + } + multmatrix([[1, 0, 0, 2.1], [0, 1, 0, 2.1], [0, 0, 1, 0], [0, 0, 0, 1]]) { + difference() { + cube(size = [5, 5, 5], center = true); + cube(size = [4, 4, 4], center = true); + } + } + } + } + } + } |