diff options
author | Marius Kintel <marius@kintel.net> | 2013-05-11 16:56:19 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-05-11 16:56:19 (GMT) |
commit | 8c532d525203d6cd0fc8ab200a4dea1dccd03dd6 (patch) | |
tree | 08cf3c6b2f0fb5c7cb78c51c886224ca6f58ad9d /tests/regression/dumptest/include-tests-expected.txt | |
parent | adffb9121fbf5d12542ae0d8c5a010e78cc8a4f9 (diff) |
Updated test cases to reflect scale argument to linear_extrude (#273)
Diffstat (limited to 'tests/regression/dumptest/include-tests-expected.txt')
-rw-r--r-- | tests/regression/dumptest/include-tests-expected.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regression/dumptest/include-tests-expected.txt b/tests/regression/dumptest/include-tests-expected.txt index 47f731e..3f3ecd9 100644 --- a/tests/regression/dumptest/include-tests-expected.txt +++ b/tests/regression/dumptest/include-tests-expected.txt @@ -62,7 +62,7 @@ multmatrix([[1, 0, 0, -6], [0, 1, 0, 0], [0, 0, 1, 19], [0, 0, 0, 1]]) { multmatrix([[0, 0, 1, 0], [1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 0, 1]]) { group() { - linear_extrude(height = 12, center = false, convexity = 1, $fn = 0, $fa = 12, $fs = 2) { + linear_extrude(height = 12, center = false, convexity = 1, scale = [1, 1], $fn = 0, $fa = 12, $fs = 2) { polygon(points = [[0, 0], [18, 0], [0, 4]], paths = [[0, 1, 2]], convexity = 1); } } |