diff options
Diffstat (limited to 'testdata/scad')
-rw-r--r-- | testdata/scad/features/rotate_extrude_dxf-tests.scad | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testdata/scad/features/rotate_extrude_dxf-tests.scad b/testdata/scad/features/rotate_extrude_dxf-tests.scad new file mode 100644 index 0000000..aacde69 --- /dev/null +++ b/testdata/scad/features/rotate_extrude_dxf-tests.scad @@ -0,0 +1,4 @@ +// These are tests which are not yet possible to express with the +// non-deprecated functionality + +rotate_extrude(file = "../../dxf/open-polyline.dxf"); |