mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Fix split_mesh() not working anymore since analyze() is lazy
This commit is contained in:
@@ -543,6 +543,8 @@ sub get_connected_facets {
|
||||
sub split_mesh {
|
||||
my $self = shift;
|
||||
|
||||
$self->analyze;
|
||||
|
||||
my @meshes = ();
|
||||
|
||||
# loop while we have remaining facets
|
||||
|
||||
Reference in New Issue
Block a user