mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Don't make internal bridges when fill_density == 1. #1045
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user