mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Remove unused methods
This commit is contained in:
parent
44d91774a6
commit
92ab53868e
4 changed files with 1 additions and 59 deletions
|
@ -178,7 +178,7 @@ sub extrude_path {
|
|||
foreach my $line ($path->lines) {
|
||||
my $line_length = $line->length;
|
||||
$path_length += $line_length;
|
||||
$gcode .= $self->G1($line->b, undef, $e * unscale $line_length, $description);
|
||||
$gcode .= $self->G1($line->[B], undef, $e * unscale $line_length, $description);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue