diff options
| author | Marius Kintel <marius@kintel.net> | 2013-06-23 05:56:04 (GMT) |
|---|---|---|
| committer | Marius Kintel <marius@kintel.net> | 2013-06-23 05:56:04 (GMT) |
| commit | a3cd0194943e0468eb196c219a488365a63d72fd (patch) | |
| tree | 793a5bd45512ec4ad87ac0120fba0d825c06db66 /testdata/scad/minimal/allmodules.scad | |
| parent | 140189d470c5a15de6c38272ec751738a47032e3 (diff) | |
Removed a bunch of less useful tests
Diffstat (limited to 'testdata/scad/minimal/allmodules.scad')
| -rw-r--r-- | testdata/scad/minimal/allmodules.scad | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/testdata/scad/minimal/allmodules.scad b/testdata/scad/minimal/allmodules.scad deleted file mode 100644 index 2e38d8f..0000000 --- a/testdata/scad/minimal/allmodules.scad +++ /dev/null @@ -1,39 +0,0 @@ -minkowski(); -glide(); -subdiv(); -hull(); -resize(); -child(); -echo(); -assign(); -for(); -intersection_for(); -if(false) { cube(); } else { sphere(); } -union(); -difference(); -intersection(); -dxf_linear_extrude(); -linear_extrude(); -dxf_rotate_extrude(); -rotate_extrude(); -import(); -import_stl(); -import_off(); -import_dxf(); -group(); -cube(); -sphere(); -cylinder(); -polyhedron(); -square(); -circle(); -polygon(); -projection(); -render(); -surface(); -scale(); -rotate(); -mirror(); -translate(); -multmatrix(); -color(); |
