mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
shortest_path() in MotionPlanner was actually correctly named shortest_path()
This commit is contained in:
parent
090e3b1fe3
commit
73a661e6c1
2 changed files with 2 additions and 2 deletions
|
@ -217,7 +217,7 @@ sub find_node {
|
|||
}
|
||||
}
|
||||
|
||||
sub chained_path {
|
||||
sub shortest_path {
|
||||
my $self = shift;
|
||||
my ($from, $to) = @_;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue