mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
Typo in merge
This commit is contained in:
@@ -322,7 +322,7 @@ sub extrude_path {
|
|||||||
my $path_length = 0;
|
my $path_length = 0;
|
||||||
{
|
{
|
||||||
my $local_F = $F;
|
my $local_F = $F;
|
||||||
foreach my $line ($path->lines) {
|
foreach my $line (@{$path->lines}) {
|
||||||
$path_length += my $line_length = unscale $line->length;
|
$path_length += my $line_length = unscale $line->length;
|
||||||
|
|
||||||
# calculate extrusion length for this line
|
# calculate extrusion length for this line
|
||||||
|
|||||||
Reference in New Issue
Block a user