mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-31 12:41:20 -06:00
Remove useless code (thin walls and gaps are detected by the same logic now, so no need for additional checks)
This commit is contained in:
parent
ff5cc9a17a
commit
d49052779f
1 changed files with 0 additions and 10 deletions
|
|
@ -306,16 +306,6 @@ sub make_perimeters {
|
||||||
map $_->clone, @{Slic3r::ExtrusionPath::Collection->new(@paths)->chained_path(0)}
|
map $_->clone, @{Slic3r::ExtrusionPath::Collection->new(@paths)->chained_path(0)}
|
||||||
);
|
);
|
||||||
Slic3r::debugf " %d thin walls detected\n", scalar(@paths) if $Slic3r::debug;
|
Slic3r::debugf " %d thin walls detected\n", scalar(@paths) if $Slic3r::debug;
|
||||||
|
|
||||||
# in the mean time we subtract thin walls from the detected gaps so that we don't
|
|
||||||
# reprocess them, causing overlapping thin walls and zigzag.
|
|
||||||
# Note: this is probably not necessary anymore since we're detecting thin walls
|
|
||||||
# and gaps at the same time
|
|
||||||
@gaps = @{diff_ex(
|
|
||||||
[ map @$_, @gaps ],
|
|
||||||
[ map $_->grow($self->perimeter_flow->scaled_width), @p ],
|
|
||||||
1,
|
|
||||||
)};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$self->_fill_gaps(\@gaps);
|
$self->_fill_gaps(\@gaps);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue