mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Update dump-stl.pl
This commit is contained in:
@@ -225,7 +225,9 @@ sub mesh {
|
||||
}
|
||||
}
|
||||
|
||||
return Slic3r::TriangleMesh->merge(@meshes);
|
||||
my $mesh = Slic3r::TriangleMesh->new;
|
||||
$mesh->merge($_) for @meshes;
|
||||
return $mesh;
|
||||
}
|
||||
|
||||
# this method splits objects into multiple distinct objects by walking their meshes
|
||||
|
||||
Reference in New Issue
Block a user