mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Rename shortest_path to chained_path, which reflects its algorithm more correctly
This commit is contained in:
@@ -217,7 +217,7 @@ sub find_node {
|
||||
}
|
||||
}
|
||||
|
||||
sub shortest_path {
|
||||
sub chained_path {
|
||||
my $self = shift;
|
||||
my ($from, $to) = @_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user