1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-20 09:34:26 +00:00

shortest_path() in MotionPlanner was actually correctly named shortest_path()

This commit is contained in:
Alessandro Ranellucci
2013-02-05 19:41:56 +01:00
parent 090e3b1fe3
commit 73a661e6c1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -217,7 +217,7 @@ sub find_node {
}
}
sub chained_path {
sub shortest_path {
my $self = shift;
my ($from, $to) = @_;