Don't make internal bridges when fill_density == 1. #1045
This commit is contained in:
parent
0df8398a39
commit
999af84c54
1 changed files with 1 additions and 0 deletions
|
@ -464,6 +464,7 @@ sub clip_fill_surfaces {
|
||||||
|
|
||||||
sub bridge_over_infill {
|
sub bridge_over_infill {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
return if $Slic3r::Config->fill_density == 1;
|
||||||
|
|
||||||
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];
|
||||||
|
|
Loading…
Add table
Reference in a new issue