mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 09:44:29 +08:00
Fix split_mesh() not working anymore since analyze() is lazy
This commit is contained in:
parent
bfba5b3d78
commit
bff31d7002
@ -543,6 +543,8 @@ sub get_connected_facets {
|
||||
sub split_mesh {
|
||||
my $self = shift;
|
||||
|
||||
$self->analyze;
|
||||
|
||||
my @meshes = ();
|
||||
|
||||
# loop while we have remaining facets
|
||||
|
Loading…
x
Reference in New Issue
Block a user