mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-05 23:05:10 +08:00
Adapted to the new infills.
New infills process a not yet shrunk expolygon.
This commit is contained in:
parent
f3bda8a57a
commit
ab5e01d114
@ -219,11 +219,11 @@ sub make_fill {
|
||||
$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
|
||||
my @polylines = map $f->fill_surface(
|
||||
$_,
|
||||
my @polylines = $f->fill_surface(
|
||||
$surface,
|
||||
density => $density/100,
|
||||
layer_height => $h,
|
||||
), @{ $surface->offset(-scale($f->spacing)/2) };
|
||||
);
|
||||
next unless @polylines;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user