mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-28 04:12:02 +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} || [] },
|
@{ $top{$z} || [] },
|
||||||
],
|
],
|
||||||
|
1,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -991,6 +992,7 @@ sub generate_support_material {
|
|||||||
@{ $top{$z} || [] },
|
@{ $top{$z} || [] },
|
||||||
@{ $interface{$i} || [] },
|
@{ $interface{$i} || [] },
|
||||||
],
|
],
|
||||||
|
1,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user