mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
Implemented Slic3r::ExtrusionLoop
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user