Fixed minor regression in recent commit
This commit is contained in:
parent
12ba7201c0
commit
16fce2facb
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ sub make_perimeters {
|
|||
|
||||
# detect overhanging/bridging perimeters
|
||||
my @paths = ();
|
||||
if ($self->region->config->overhangs) {
|
||||
if ($self->region->config->overhangs && $self->layer->id > 0) {
|
||||
# get non-overhang paths by intersecting this loop with the grown lower slices
|
||||
foreach my $polyline (@{ intersection_ppl([ $polygon ], $lower_slices_p) }) {
|
||||
push @paths, Slic3r::ExtrusionPath->new(
|
||||
|
|
Loading…
Reference in a new issue