mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
Rename shortest_path to chained_path, which reflects its algorithm more correctly
This commit is contained in:
@@ -193,7 +193,7 @@ has 'polylines' => (is => 'ro', default => sub { [] });
|
||||
# If the second argument is provided, this method will return its items sorted
|
||||
# instead of returning the actual sorted polylines.
|
||||
# Note that our polylines will be reversed in place when necessary.
|
||||
sub shortest_path {
|
||||
sub chained_path {
|
||||
my $self = shift;
|
||||
my ($start_near, $items) = @_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user