diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-06 12:56:04 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-06 12:56:04 (GMT) |
commit | fdd96a177c0fb3a94d317cb3e584b4881c09ea0e (patch) | |
tree | d4856f935674686ff6c99d7cb10c417edf77d241 /testdata/scad/features/2d-3d.scad | |
parent | 5ca65805de57ac160304d2788491be433b04e12e (diff) |
Added minkowski and 2d-3d tests
Diffstat (limited to 'testdata/scad/features/2d-3d.scad')
-rw-r--r-- | testdata/scad/features/2d-3d.scad | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testdata/scad/features/2d-3d.scad b/testdata/scad/features/2d-3d.scad new file mode 100644 index 0000000..ca9f966 --- /dev/null +++ b/testdata/scad/features/2d-3d.scad @@ -0,0 +1,3 @@ +// Test a mix of toplevel 2D and 3D objects +cube(); +translate([2,0,0]) square(); |