mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 19:29:02 +08:00
Typo in merge
This commit is contained in:
parent
e19c6a1494
commit
9254ff9704
@ -322,7 +322,7 @@ sub extrude_path {
|
||||
my $path_length = 0;
|
||||
{
|
||||
my $local_F = $F;
|
||||
foreach my $line ($path->lines) {
|
||||
foreach my $line (@{$path->lines}) {
|
||||
$path_length += my $line_length = unscale $line->length;
|
||||
|
||||
# calculate extrusion length for this line
|
||||
|
Loading…
x
Reference in New Issue
Block a user