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/scale3D-tests-expected.txt | |
parent | adffb9121fbf5d12542ae0d8c5a010e78cc8a4f9 (diff) |
Updated test cases to reflect scale argument to linear_extrude (#273)
Diffstat (limited to 'tests/regression/dumptest/scale3D-tests-expected.txt')
-rw-r--r-- | tests/regression/dumptest/scale3D-tests-expected.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/regression/dumptest/scale3D-tests-expected.txt b/tests/regression/dumptest/scale3D-tests-expected.txt index c06b2fe..e802117 100644 --- a/tests/regression/dumptest/scale3D-tests-expected.txt +++ b/tests/regression/dumptest/scale3D-tests-expected.txt @@ -19,21 +19,21 @@ } } } - linear_extrude(height = 100, center = false, convexity = 1, $fn = 0, $fa = 12, $fs = 2) { + linear_extrude(height = 100, center = false, convexity = 1, scale = [1, 1], $fn = 0, $fa = 12, $fs = 2) { multmatrix([[0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 1]]) { group() { cylinder($fn = 8, $fa = 12, $fs = 2, h = 1, r1 = 1, r2 = 1, center = true); } } } - linear_extrude(height = 100, center = false, convexity = 1, $fn = 0, $fa = 12, $fs = 2) { + linear_extrude(height = 100, center = false, convexity = 1, scale = [1, 1], $fn = 0, $fa = 12, $fs = 2) { multmatrix([[0, 0, 0, 0], [0, 1, 0, 0], [0, 0, 0, 0], [0, 0, 0, 1]]) { group() { cylinder($fn = 8, $fa = 12, $fs = 2, h = 1, r1 = 1, r2 = 1, center = true); } } } - linear_extrude(height = 100, center = false, convexity = 1, $fn = 0, $fa = 12, $fs = 2) { + linear_extrude(height = 100, center = false, convexity = 1, scale = [1, 1], $fn = 0, $fa = 12, $fs = 2) { multmatrix([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 0, 0], [0, 0, 0, 1]]) { group() { cylinder($fn = 8, $fa = 12, $fs = 2, h = 1, r1 = 1, r2 = 1, center = true); |