mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-11 00:48:59 +08:00
Removed one more fatal error caused by recent refactoring
This commit is contained in:
parent
bba91fc0a5
commit
d1ad02cc71
@ -360,7 +360,7 @@ sub process_bridges {
|
||||
} else {
|
||||
my $center = bounding_box_center([ map @$_, @edges ]);
|
||||
my $x = my $y = 0;
|
||||
foreach my $point (map @{$_->points}, @edges) {
|
||||
foreach my $point (map @$, @edges) {
|
||||
my $line = Slic3r::Line->new($center, $point);
|
||||
my $dir = $line->direction;
|
||||
my $len = $line->length;
|
||||
|
Loading…
x
Reference in New Issue
Block a user