mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
shortest_path() in MotionPlanner was actually correctly named shortest_path()
This commit is contained in:
@@ -270,7 +270,7 @@ sub travel_to {
|
||||
my $mp = shift;
|
||||
return join '',
|
||||
map $self->G0($_->[B], undef, 0, $comment || ""),
|
||||
$mp->chained_path($self->last_pos, $point)->lines;
|
||||
$mp->shortest_path($self->last_pos, $point)->lines;
|
||||
};
|
||||
|
||||
if ($self->new_object) {
|
||||
|
||||
Reference in New Issue
Block a user