Alternate gaps fill direction
This commit is contained in:
parent
37c0b45187
commit
93a8391e18
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ sub make_perimeters {
|
||||||
|
|
||||||
# fill gaps
|
# 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 $w = $self->perimeter_flow->width;
|
||||||
my @widths = (1.5 * $w, $w, 0.5 * $w); # worth trying 0.2 too?
|
my @widths = (1.5 * $w, $w, 0.5 * $w); # worth trying 0.2 too?
|
||||||
|
|
Loading…
Reference in a new issue