mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-05 17:17:06 +02: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