Adapted to the new infills.
New infills process a not yet shrunk expolygon.
This commit is contained in:
parent
f3bda8a57a
commit
ab5e01d114
1 changed files with 3 additions and 3 deletions
|
@ -219,11 +219,11 @@ sub make_fill {
|
||||||
$f->set_loop_clipping(scale($flow->nozzle_diameter) * &Slic3r::LOOP_CLIPPING_LENGTH_OVER_NOZZLE_DIAMETER);
|
$f->set_loop_clipping(scale($flow->nozzle_diameter) * &Slic3r::LOOP_CLIPPING_LENGTH_OVER_NOZZLE_DIAMETER);
|
||||||
|
|
||||||
# apply half spacing using this flow's own spacing and generate infill
|
# apply half spacing using this flow's own spacing and generate infill
|
||||||
my @polylines = map $f->fill_surface(
|
my @polylines = $f->fill_surface(
|
||||||
$_,
|
$surface,
|
||||||
density => $density/100,
|
density => $density/100,
|
||||||
layer_height => $h,
|
layer_height => $h,
|
||||||
), @{ $surface->offset(-scale($f->spacing)/2) };
|
);
|
||||||
next unless @polylines;
|
next unless @polylines;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue