1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-29 10:55:50 +00:00

Fixes and improvements after testing with more complex objects

This commit is contained in:
Alessandro Ranellucci
2011-09-26 14:48:22 +02:00
parent bfad101c8c
commit 478047fad3
5 changed files with 70 additions and 5 deletions
+1 -1
View File
@@ -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 {