mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-02 16:59:48 +02:00
Disable gap filling if gap fill speed is set to zero
This commit is contained in:
@@ -233,7 +233,7 @@ sub make_perimeters {
|
||||
}
|
||||
|
||||
# fill gaps
|
||||
{
|
||||
if ($Slic3r::Config->gap_fill_speed > 0) {
|
||||
my $filler = Slic3r::Fill::Rectilinear->new(layer_id => $self->layer->id);
|
||||
|
||||
my $w = $self->perimeter_flow->width;
|
||||
|
||||
Reference in New Issue
Block a user