mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Ported (and used) ExtrusionPath->first_point
This commit is contained in:
@@ -65,11 +65,6 @@ sub points {
|
||||
return $self->polyline;
|
||||
}
|
||||
|
||||
sub first_point {
|
||||
my $self = shift;
|
||||
return $self->polyline->[0];
|
||||
}
|
||||
|
||||
sub is_perimeter {
|
||||
my $self = shift;
|
||||
return $self->role == EXTR_ROLE_PERIMETER
|
||||
|
||||
Reference in New Issue
Block a user