mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-15 01:22:37 -07:00
Typo in merge
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user