Don't make internal bridges when fill_density == 1. #1045

internal-support
Alessandro Ranellucci 2013-03-11 18:41:12 +01:00
parent 0df8398a39
commit 999af84c54
1 changed files with 1 additions and 0 deletions

View File

@ -464,6 +464,7 @@ sub clip_fill_surfaces {
sub bridge_over_infill {
my $self = shift;
return if $Slic3r::Config->fill_density == 1;
for my $layer_id (1..$#{$self->layers}) {
my $layer = $self->layers->[$layer_id];