Fix hang in new support material caused by numerical approximation leaving small polygons, as usual

This commit is contained in:
Alessandro Ranellucci 2013-07-30 15:44:08 +02:00
parent 4e13d61aed
commit 1b4878f305

View file

@ -974,6 +974,7 @@ sub generate_support_material {
[
@{ $top{$z} || [] },
],
1,
);
}
@ -991,6 +992,7 @@ sub generate_support_material {
@{ $top{$z} || [] },
@{ $interface{$i} || [] },
],
1,
);
}
}