mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Don't apply acceleration settings to travel moves
This commit is contained in:
parent
b7b89ff7f2
commit
2acda9973e
3 changed files with 19 additions and 6 deletions
|
@ -93,6 +93,13 @@ sub endpoints {
|
|||
|
||||
sub is_printable { 1 }
|
||||
|
||||
sub is_perimeter {
|
||||
my $self = shift;
|
||||
return $self->role == EXTR_ROLE_PERIMETER
|
||||
|| $self->role == EXTR_ROLE_EXTERNAL_PERIMETER
|
||||
|| $self->role == EXTR_ROLE_CONTOUR_INTERNAL_PERIMETER;
|
||||
}
|
||||
|
||||
sub is_fill {
|
||||
my $self = shift;
|
||||
return $self->role == EXTR_ROLE_FILL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue