mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Fix hang in new support material caused by numerical approximation leaving small polygons, as usual
This commit is contained in:
@@ -974,6 +974,7 @@ sub generate_support_material {
|
|||||||
[
|
[
|
||||||
@{ $top{$z} || [] },
|
@{ $top{$z} || [] },
|
||||||
],
|
],
|
||||||
|
1,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -991,6 +992,7 @@ sub generate_support_material {
|
|||||||
@{ $top{$z} || [] },
|
@{ $top{$z} || [] },
|
||||||
@{ $interface{$i} || [] },
|
@{ $interface{$i} || [] },
|
||||||
],
|
],
|
||||||
|
1,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user