mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 14:44:19 -06:00
Fix split_mesh() not working anymore since analyze() is lazy
This commit is contained in:
parent
bfba5b3d78
commit
bff31d7002
1 changed files with 2 additions and 0 deletions
|
@ -543,6 +543,8 @@ sub get_connected_facets {
|
||||||
sub split_mesh {
|
sub split_mesh {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
|
$self->analyze;
|
||||||
|
|
||||||
my @meshes = ();
|
my @meshes = ();
|
||||||
|
|
||||||
# loop while we have remaining facets
|
# loop while we have remaining facets
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue