mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Customizable speed for small perimeters. #60
This commit is contained in:
@@ -40,4 +40,9 @@ sub is_valid {
|
||||
return @{$self->points} >= 3;
|
||||
}
|
||||
|
||||
sub polygon {
|
||||
my $self = shift;
|
||||
return Slic3r::Polygon->new($self->points);
|
||||
}
|
||||
|
||||
1;
|
||||
|
||||
Reference in New Issue
Block a user