A couple notes about infill_only_where_needed

This commit is contained in:
Alessandro Ranellucci 2015-02-23 00:55:00 +01:00
parent 2655f3f816
commit e88cf466fe
2 changed files with 6 additions and 2 deletions

View file

@ -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);
}