mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 10:47:50 -06:00
Fixes and improvements after testing with more complex objects
This commit is contained in:
parent
bfad101c8c
commit
478047fad3
5 changed files with 70 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue