diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-07-19 02:05:04 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-07-19 02:05:04 (GMT) |
commit | c39c430ca0afd93a7b9199292fca5c613384441f (patch) | |
tree | 73585f4397af0b2952d9766b649ee8c976c5d137 | |
parent | 821c064f3e6d624152b49f2297b750bdc53f3a5f (diff) |
add crashing scad example to testdata
-rw-r--r-- | testdata/scad/bugs/issue148.scad | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testdata/scad/bugs/issue148.scad b/testdata/scad/bugs/issue148.scad new file mode 100644 index 0000000..29ccd51 --- /dev/null +++ b/testdata/scad/bugs/issue148.scad @@ -0,0 +1,2 @@ +scale([8,8,0]) + linear_extrude(file="../../circle.dxf"); |