mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
Reduce vibrations when doing gap fill
This commit is contained in:
parent
8b48d79563
commit
d0eac88ff9
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ sub _fill_gaps {
|
|||
|
||||
push @{ $self->thin_fills },
|
||||
map {
|
||||
$_->polyline->simplify($flow->scaled_width / 3);
|
||||
$_->simplify($flow->scaled_width/3);
|
||||
$_->pack;
|
||||
}
|
||||
map Slic3r::ExtrusionPath->new(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue