1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-15 08:44:26 +00:00

Bugfix: manifoldness error triggered with multi-volume AMF files. #1019

This commit is contained in:
Alessandro Ranellucci
2013-02-24 18:17:08 +01:00
parent bd76e7677c
commit 7412d4a687
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -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;
}