mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 06:15:58 +08:00
Remove useless lines
This commit is contained in:
parent
08a72c0824
commit
de0c2febd9
@ -429,9 +429,6 @@ sub clip_fill_surfaces {
|
||||
sub bridge_over_infill {
|
||||
my $self = shift;
|
||||
|
||||
# calculate the number of layers to remove below each bridged one
|
||||
my $skip = int();
|
||||
|
||||
for my $layer_id (1..$#{$self->layers}) {
|
||||
my $layer = $self->layers->[$layer_id];
|
||||
my $lower_layer = $self->layers->[$layer_id-1];
|
||||
|
Loading…
x
Reference in New Issue
Block a user