mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Adjust collision detection for brim and include support islands inside the only_retract_when_crossing_perimeters logic
This commit is contained in:
parent
67f5b7ab14
commit
5d80c26b29
4 changed files with 29 additions and 16 deletions
|
@ -1192,6 +1192,7 @@ sub generate_support_material {
|
|||
my $support_collection = Slic3r::ExtrusionPath::Collection->new(paths => $result->{support});
|
||||
$layer->support_fills($support_collection) if @{$support_collection->paths} > 0;
|
||||
|
||||
# TODO: use a Slic3r::ExPolygon::Collection
|
||||
$layer->support_islands($result->{islands});
|
||||
};
|
||||
Slic3r::parallelize(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue