Alternate gaps fill direction

degen-loop-screen
Alessandro Ranellucci 2012-11-01 11:53:18 +01:00
parent 37c0b45187
commit 93a8391e18
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ sub make_perimeters {
# fill gaps
{
my $filler = Slic3r::Fill::Rectilinear->new;
my $filler = Slic3r::Fill::Rectilinear->new(layer_id => $self->layer->id);
my $w = $self->perimeter_flow->width;
my @widths = (1.5 * $w, $w, 0.5 * $w); # worth trying 0.2 too?