mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00: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 {
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user