mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
Fixed --avoid-crossing-perimeters and --support-material after the xsdata merge
This commit is contained in:
parent
a49dc603cc
commit
67aefdccc7
4 changed files with 24 additions and 24 deletions
|
@ -78,7 +78,7 @@ sub BUILD {
|
|||
|
||||
# lines of outer polygons connect visible points
|
||||
for my $i (0 .. $#outer) {
|
||||
foreach my $line ($outer[$i]->lines) {
|
||||
foreach my $line (@{$outer[$i]->lines}) {
|
||||
my $dist = $line->length;
|
||||
$edges->{$line->a}{$line->b} = $dist;
|
||||
$edges->{$line->b}{$line->a} = $dist;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue