mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Bugfix: manifoldness error triggered with multi-volume AMF files. #1019
This commit is contained in:
parent
bd76e7677c
commit
7412d4a687
2 changed files with 9 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue