mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-05 19:36:07 +08:00
bugfix: smoothing was not applied after adaptive layer height generation
This commit is contained in:
parent
75335f48c0
commit
1dd90cf430
@ -201,7 +201,7 @@ sub slice {
|
||||
}
|
||||
$self->layer_height_spline->setLayers(\@layers);
|
||||
if ($self->config->adaptive_slicing) { # smoothing after adaptive algorithm
|
||||
$self->layer_height_spline->setLayers($self->layer_height_spline->getInterpolatedLayers);
|
||||
@layers = @{$self->layer_height_spline->getInterpolatedLayers};
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user