mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Exclude support from bridged areas
This commit is contained in:
parent
7e3024d6ad
commit
148c773319
4 changed files with 33 additions and 4 deletions
|
@ -159,8 +159,13 @@ sub contact_area {
|
|||
# outside the lower slice boundary, thus no overhang
|
||||
}
|
||||
|
||||
# TODO: this is the place to remove bridged areas
|
||||
|
||||
# remove bridged areas
|
||||
$diff = diff(
|
||||
$diff,
|
||||
[ map @$_, @{$layerm->bridged} ],
|
||||
1,
|
||||
);
|
||||
|
||||
next if !@$diff;
|
||||
push @overhang, @$diff; # NOTE: this is not the full overhang as it misses the outermost half of the perimeter width!
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue