This was fixed during unstable refactoring. Fixes #585

master
Marius Kintel 2014-05-29 02:08:03 -04:00
parent 1d5ff65e04
commit 380af79b25
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +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
// Fixed after 2014.03
square([10,10]);
translate([-10,-10,0]) square([10,10]);