mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Do each island completely if avoid_crossing_perimeters is enabled. #278
This commit is contained in:
@@ -86,9 +86,9 @@ sub points {
|
||||
return $self->polyline;
|
||||
}
|
||||
|
||||
sub endpoints {
|
||||
sub first_point {
|
||||
my $self = shift;
|
||||
return ($self->points->[0], $self->points->[-1]);
|
||||
return $self->polyline->[0];
|
||||
}
|
||||
|
||||
sub is_printable { 1 }
|
||||
|
||||
Reference in New Issue
Block a user