mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
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
Add a link
Reference in a new issue