mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 04:54:08 -06:00
Implemented Slic3r::ExtrusionLoop
This commit is contained in:
parent
c9749ca3b3
commit
d0701cdcd4
10 changed files with 145 additions and 88 deletions
|
@ -85,7 +85,6 @@ sub _plot {
|
|||
my @paths =
|
||||
map { $_->polyline->translate(@$copy); $_ }
|
||||
map { $_->isa('Slic3r::ExtrusionLoop') ? $_->split_at_first_point : $_ }
|
||||
map { ref($_) =~ /::Packed$/ ? $_->unpack : $_ }
|
||||
map { $_->isa('Slic3r::ExtrusionPath::Collection') ? @{$_->paths} : $_ }
|
||||
grep defined $_,
|
||||
$filter->($layer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue