From 16fce2facb2c809962775001dce360c212f60c85 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Fri, 7 Nov 2014 22:58:48 +0100 Subject: [PATCH] Fixed minor regression in recent commit --- lib/Slic3r/Layer/Region.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Slic3r/Layer/Region.pm b/lib/Slic3r/Layer/Region.pm index 6af5c3d97..5b7d4b4ad 100644 --- a/lib/Slic3r/Layer/Region.pm +++ b/lib/Slic3r/Layer/Region.pm @@ -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(