mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 15:13:58 -06:00
Connect infill segments and adjust spacing and flow rate to fill the area completely without leaving gaps. #89
This commit is contained in:
parent
4fe340cc56
commit
0aff5fab24
7 changed files with 56 additions and 14 deletions
|
@ -272,6 +272,7 @@ sub discover_horizontal_shells {
|
|||
my $new_internal_solid = intersection_ex(
|
||||
$surfaces_p,
|
||||
[ map $_->p, grep $_->surface_type =~ /internal/, @neighbor_surfaces ],
|
||||
undef, 1,
|
||||
);
|
||||
next if !@$new_internal_solid;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue