mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-05 16:51:07 -07:00
Adopt XS containers everywhere (incomplete work)
This commit is contained in:
parent
339ba9e5c3
commit
9b582a11ff
30 changed files with 130 additions and 311 deletions
|
|
@ -81,7 +81,7 @@ sub make_slices {
|
|||
|
||||
my $slices = union_ex([ map $_->p, map @{$_->slices}, @{$self->regions} ]);
|
||||
$self->slices->clear;
|
||||
$self->slices->append(map Slic3r::ExPolygon::XS->new(@$_), @$slices);
|
||||
$self->slices->append(map Slic3r::ExPolygon->new(@$_), @$slices);
|
||||
}
|
||||
|
||||
sub make_perimeters {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue