mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Some minor fixes related to polyline refactoring
This commit is contained in:
@@ -137,7 +137,7 @@ sub is_printable {
|
||||
|
||||
sub is_valid {
|
||||
my $self = shift;
|
||||
return @{$self->points} >= 3;
|
||||
return @$self >= 3;
|
||||
}
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user