mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
A couple notes about infill_only_where_needed
This commit is contained in:
@@ -792,7 +792,11 @@ sub clip_fill_surfaces {
|
||||
$new_internal,
|
||||
1,
|
||||
)};
|
||||
|
||||
|
||||
# If there are voids it means that our internal infill is not adjacent to
|
||||
# perimeters. In this case it would be nice to add a loop around infill to
|
||||
# make it more robust and nicer. TODO.
|
||||
|
||||
$layerm->fill_surfaces->clear;
|
||||
$layerm->fill_surfaces->append($_) for (@new, @other);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user