mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Enforce cleaner honeycomb paths
This commit is contained in:
@@ -81,7 +81,7 @@ sub fill_surface {
|
|||||||
}
|
}
|
||||||
|
|
||||||
my @paths;
|
my @paths;
|
||||||
if ($params{complete}) {
|
if ($params{complete} || 1) {
|
||||||
# we were requested to complete each loop;
|
# we were requested to complete each loop;
|
||||||
# in this case we don't try to make more continuous paths
|
# in this case we don't try to make more continuous paths
|
||||||
@paths = map $_->split_at_first_point,
|
@paths = map $_->split_at_first_point,
|
||||||
|
|||||||
Reference in New Issue
Block a user