mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-02 16:59:48 +02:00
Fixes and improvements after testing with more complex objects
This commit is contained in:
@@ -14,7 +14,7 @@ has 'points' => (
|
||||
|
||||
sub id {
|
||||
my $self = shift;
|
||||
return join ' - ', map $_->id, @{$self->points};
|
||||
return join ' - ', sort map $_->id, @{$self->points};
|
||||
}
|
||||
|
||||
sub cast {
|
||||
|
||||
Reference in New Issue
Block a user