diff options
Diffstat (limited to 'testdata/scad/bugs/polygon-touch.scad')
-rw-r--r-- | testdata/scad/bugs/polygon-touch.scad | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/testdata/scad/bugs/polygon-touch.scad b/testdata/scad/bugs/polygon-touch.scad deleted file mode 100644 index afa2938..0000000 --- a/testdata/scad/bugs/polygon-touch.scad +++ /dev/null @@ -1,5 +0,0 @@ -# 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]); |