diff options
author | Marius Kintel <marius@kintel.net> | 2012-12-27 16:30:13 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-12-27 16:30:13 (GMT) |
commit | bc7ff5aa8d73ff08bd847bc8d0f41dc26deee54e (patch) | |
tree | e71160704ffa4ec9d3a670c3c4324b1582ccf2b0 /testdata | |
parent | ffae0bb3a5797aefcb5fc701ad8084d406f2a9e3 (diff) |
Ignore dimension when evaluating control modules mixed with geometry children. Fixes #229
Diffstat (limited to 'testdata')
-rw-r--r-- | testdata/scad/features/control-hull-dimension.scad | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testdata/scad/features/control-hull-dimension.scad b/testdata/scad/features/control-hull-dimension.scad new file mode 100644 index 0000000..c8736db --- /dev/null +++ b/testdata/scad/features/control-hull-dimension.scad @@ -0,0 +1,4 @@ +hull() { + circle(1); + echo(1); +} |