mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 11:17:51 -06:00
Update dump-stl.pl
This commit is contained in:
parent
39449f9245
commit
f79ba8cec0
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue