Typo in merge
This commit is contained in:
parent
e19c6a1494
commit
9254ff9704
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue