mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Remove useless lines
This commit is contained in:
@@ -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];
|
||||||
|
|||||||
Reference in New Issue
Block a user