diff options
Diffstat (limited to 'testdata/scad/allmodules.scad')
-rw-r--r-- | testdata/scad/allmodules.scad | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/testdata/scad/allmodules.scad b/testdata/scad/allmodules.scad deleted file mode 100644 index a940947..0000000 --- a/testdata/scad/allmodules.scad +++ /dev/null @@ -1,37 +0,0 @@ -minkowski(); -glide(); -subdiv(); -hull(); -child(); -echo(); -assign(); -for(); -intersection_for(); -if(true) { } -union(); -difference(); -intersection(); -dxf_linear_extrude(); -linear_extrude(); -dxf_rotate_extrude(); -rotate_extrude(); -import_stl(); -import_off(); -import_dxf(); -group(); -cube(); -sphere(); -cylinder(); -polyhedron(); -square(); -circle(); -polygon(); -projection(); -render(); -surface(); -scale(); -rotate(); -mirror(); -translate(); -multmatrix(); -color(); |