mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Little cleanup
This commit is contained in:
parent
f638558167
commit
392309a369
1 changed files with 0 additions and 5 deletions
|
@ -83,11 +83,6 @@ sub add_instance {
|
||||||
sub mesh {
|
sub mesh {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
my $vertices = [];
|
|
||||||
my $facets = [];
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
return Slic3r::TriangleMesh->new(
|
return Slic3r::TriangleMesh->new(
|
||||||
vertices => $self->vertices,
|
vertices => $self->vertices,
|
||||||
facets => [ map @{$_->facets}, @{$self->volumes} ],
|
facets => [ map @{$_->facets}, @{$self->volumes} ],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue