mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-06 20:09:07 +08:00
Disable overhang detection for now
This commit is contained in:
parent
fcd4de00e5
commit
f7be746599
@ -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)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user