mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-01 13:12:38 -06:00
Remove useless lines
This commit is contained in:
parent
08a72c0824
commit
de0c2febd9
1 changed files with 0 additions and 3 deletions
|
|
@ -429,9 +429,6 @@ sub clip_fill_surfaces {
|
||||||
sub bridge_over_infill {
|
sub bridge_over_infill {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
# calculate the number of layers to remove below each bridged one
|
|
||||||
my $skip = int();
|
|
||||||
|
|
||||||
for my $layer_id (1..$#{$self->layers}) {
|
for my $layer_id (1..$#{$self->layers}) {
|
||||||
my $layer = $self->layers->[$layer_id];
|
my $layer = $self->layers->[$layer_id];
|
||||||
my $lower_layer = $self->layers->[$layer_id-1];
|
my $lower_layer = $self->layers->[$layer_id-1];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue