diff options
author | Marius Kintel <marius@kintel.net> | 2011-08-30 03:01:04 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-08-30 03:01:04 (GMT) |
commit | 22a2583c700fc33314d2566767df7bc32fcaddb0 (patch) | |
tree | 0bd17ac9a9adc153f0339e5b3cc5bdf53cb683f7 /testdata/scad/features/highlight-modifier.scad | |
parent | f3775d4bdcd474eb9e12614b022270914dfbec17 (diff) |
test cases
Diffstat (limited to 'testdata/scad/features/highlight-modifier.scad')
-rw-r--r-- | testdata/scad/features/highlight-modifier.scad | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testdata/scad/features/highlight-modifier.scad b/testdata/scad/features/highlight-modifier.scad new file mode 100644 index 0000000..1156a88 --- /dev/null +++ b/testdata/scad/features/highlight-modifier.scad @@ -0,0 +1,4 @@ +difference() { + sphere(r=10); + #cylinder(h=30, r=6, center=true); +} |