1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-16 08:54:26 +00:00

Alternate gaps fill direction

This commit is contained in:
Alessandro Ranellucci
2012-11-01 11:53:18 +01:00
parent 37c0b45187
commit 93a8391e18
+1 -1
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?