summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'testdata')
-rw-r--r--testdata/scad/bugs/issue585.scad5
1 files changed, 5 insertions, 0 deletions
diff --git a/testdata/scad/bugs/issue585.scad b/testdata/scad/bugs/issue585.scad
new file mode 100644
index 0000000..f89529d
--- /dev/null
+++ b/testdata/scad/bugs/issue585.scad
@@ -0,0 +1,5 @@
+// Somehow the 2D union/tessellation algorithm doesn't support touching polygons
+// Changing translate([-10,-10,0]) to translate([-9.99,-9.99,0]) works
+
+square([10,10]);
+translate([-10,-10,0]) square([10,10]);
contact: Jan Huwald // Impressum