mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Bugfix: some bridges being very close could lead to overlapping infill
This commit is contained in:
@@ -63,6 +63,12 @@ sub make_fill {
|
||||
);
|
||||
}
|
||||
|
||||
# subtract any other surface already processed
|
||||
$union = diff_ex(
|
||||
[ map @$_, @$union ],
|
||||
[ map $_->p, @surfaces ],
|
||||
);
|
||||
|
||||
push @surfaces, map Slic3r::Surface->cast_from_expolygon($_,
|
||||
surface_type => $group->[0]->surface_type,
|
||||
bridge_angle => $group->[0]->bridge_angle,
|
||||
|
||||
Reference in New Issue
Block a user