diff options
author | Marius Kintel <marius@kintel.net> | 2012-02-04 01:50:36 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-02-15 00:32:37 (GMT) |
commit | 3cd36f972edd62c63b6a831b6b8b944240c22e49 (patch) | |
tree | 350583bfc8fc85a23bf335e8465354b454457736 | |
parent | eaeec7aa9ad7bc37af33607e1a8d236beccc9717 (diff) |
expected file for updated projection-tests
-rw-r--r-- | tests/regression/dumptest/projection-tests-expected.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/regression/dumptest/projection-tests-expected.txt b/tests/regression/dumptest/projection-tests-expected.txt index 77fdbb4..9bc389e 100644 --- a/tests/regression/dumptest/projection-tests-expected.txt +++ b/tests/regression/dumptest/projection-tests-expected.txt @@ -35,4 +35,13 @@ } } } + multmatrix([[1, 0, 0, 0], [0, 1, 0, -22], [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) { + multmatrix([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, -5], [0, 0, 0, 1]]) { + cube(size = [10, 10, 10], center = true); + } + } + } + } |