mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-11 22:38:58 +08:00
Enforce cleaner honeycomb paths
This commit is contained in:
parent
8b6b192dac
commit
97b5d76d50
@ -81,7 +81,7 @@ sub fill_surface {
|
||||
}
|
||||
|
||||
my @paths;
|
||||
if ($params{complete}) {
|
||||
if ($params{complete} || 1) {
|
||||
# we were requested to complete each loop;
|
||||
# in this case we don't try to make more continuous paths
|
||||
@paths = map $_->split_at_first_point,
|
||||
|
Loading…
x
Reference in New Issue
Block a user