Disable overhang detection for now

xs
Alessandro Ranellucci 2013-06-19 20:09:58 +02:00
parent fcd4de00e5
commit f7be746599
1 changed files with 2 additions and 1 deletions

View File

@ -266,7 +266,8 @@ sub make_perimeters {
$role = EXTR_ROLE_CONTOUR_INTERNAL_PERIMETER;
}
if ($self->id > 0) {
### Disable overhang detection for now
if (0 && $self->id > 0) {
# A perimeter is considered overhang if its centerline exceeds the lower layer slices
my $is_overhang = $is_contour
? @{diff([$polygon], \@lower_slices)}