mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-21 01:58:08 +08:00
Fix hang in new support material caused by numerical approximation leaving small polygons, as usual
This commit is contained in:
parent
4e13d61aed
commit
1b4878f305
@ -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…
x
Reference in New Issue
Block a user