Fix hang in new support material caused by numerical approximation leaving small polygons, as usual
This commit is contained in:
parent
4e13d61aed
commit
1b4878f305
1 changed files with 2 additions and 0 deletions
|
@ -974,6 +974,7 @@ sub generate_support_material {
|
|||
[
|
||||
@{ $top{$z} || [] },
|
||||
],
|
||||
1,
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -991,6 +992,7 @@ sub generate_support_material {
|
|||
@{ $top{$z} || [] },
|
||||
@{ $interface{$i} || [] },
|
||||
],
|
||||
1,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue