mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Bugfix: manifoldness error triggered with multi-volume AMF files. #1019
This commit is contained in:
@@ -1088,7 +1088,7 @@ sub _trigger_model_object {
|
||||
sub check_manifoldness {
|
||||
my $self = shift;
|
||||
|
||||
$self->is_manifold($self->get_model_object->mesh->check_manifoldness);
|
||||
$self->is_manifold($self->get_model_object->check_manifoldness);
|
||||
return $self->is_manifold;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user