diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/TODO.txt | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index 7ec5a9e..337f5c5 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -16,6 +16,7 @@ o union() {      linear_extrude(height=10, twist=90) circle(5);      translate([7,-5,0]) linear_extrude(height=10, twist=180) polygon(points = [[0,0], [10,0], [5,10]]);    } +o non-convex minkowski example from chrysn fails with an exception  USER INTERFACE  --------------  | 
