mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-06 21:44:08 -06:00
Some minor fixes related to polyline refactoring
This commit is contained in:
parent
d63fd77da4
commit
4ade11b26e
3 changed files with 5 additions and 5 deletions
|
@ -137,7 +137,7 @@ sub is_printable {
|
|||
|
||||
sub is_valid {
|
||||
my $self = shift;
|
||||
return @{$self->points} >= 3;
|
||||
return @$self >= 3;
|
||||
}
|
||||
|
||||
1;
|
Loading…
Add table
Add a link
Reference in a new issue