mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
A couple notes about infill_only_where_needed
This commit is contained in:
parent
2655f3f816
commit
e88cf466fe
2 changed files with 6 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue