diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-19 15:55:01 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-19 15:55:01 (GMT) |
commit | 1d2c59184cee7d31a5f6d388fdb5afab57f174a9 (patch) | |
tree | 7dd17e3365f04f43bc71c4bdb330b46b9cfd646a /tests/regression/dumptest/example015-expected.txt | |
parent | 80f50f0883157e00ae7fff1517f65b0aa9c1fd80 (diff) |
Changed the default value of to 2 to avoid breaking existing scripts which assume a certain default tesselation behavior
Diffstat (limited to 'tests/regression/dumptest/example015-expected.txt')
-rw-r--r-- | tests/regression/dumptest/example015-expected.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/regression/dumptest/example015-expected.txt b/tests/regression/dumptest/example015-expected.txt index c6d870a..e1434e8 100644 --- a/tests/regression/dumptest/example015-expected.txt +++ b/tests/regression/dumptest/example015-expected.txt @@ -20,10 +20,10 @@ } multmatrix([[0.707107, 0.707107, 0, 0], [-0.707107, 0.707107, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { multmatrix([[0.7, 0, 0, 0], [0, 1.3, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { - circle($fn = 0, $fa = 12, $fs = 1, r = 5); + circle($fn = 0, $fa = 12, $fs = 2, r = 5); } } } - import(file = "example009.dxf", layer = "body", origin = [0, 0], scale = 2, convexity = 6, $fn = 0, $fa = 12, $fs = 1); + import(file = "example009.dxf", layer = "body", origin = [0, 0], scale = 2, convexity = 6, $fn = 0, $fa = 12, $fs = 2); } |