mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-26 08:39:23 -07:00
shortest_path() in MotionPlanner was actually correctly named shortest_path()
This commit is contained in:
@@ -217,7 +217,7 @@ sub find_node {
|
||||
}
|
||||
}
|
||||
|
||||
sub chained_path {
|
||||
sub shortest_path {
|
||||
my $self = shift;
|
||||
my ($from, $to) = @_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user