1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-27 10:35:51 +00:00

Disable gap filling if gap fill speed is set to zero

This commit is contained in:
Alessandro Ranellucci
2012-12-17 19:55:25 +01:00
parent cf8390b5d3
commit b70404bb23
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;