mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 21:58:03 -06:00
More fixes.
This commit is contained in:
parent
34681af6ae
commit
bca3abb755
4 changed files with 43 additions and 2 deletions
|
@ -35,4 +35,9 @@ sub is_printable {
|
|||
return @$offsets ? 1 : 0;
|
||||
}
|
||||
|
||||
sub is_valid {
|
||||
my $self = shift;
|
||||
return @{$self->points} >= 3;
|
||||
}
|
||||
|
||||
1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue