mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00: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