mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 03:55:56 +08:00
Temporarily disable small gap filling as it requires a fix not to slow down everything
This commit is contained in:
parent
90d10b24a8
commit
59cd027a68
@ -64,7 +64,7 @@ sub make_perimeter {
|
|||||||
push @{ $layer->thin_fills },
|
push @{ $layer->thin_fills },
|
||||||
grep $_,
|
grep $_,
|
||||||
map $_->medial_axis(scale $Slic3r::flow_width),
|
map $_->medial_axis(scale $Slic3r::flow_width),
|
||||||
@$small_gaps;
|
@$small_gaps if 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user