mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 18:27:58 -06:00
Apply only_retract_when_crossing_perimeters to all infills
This commit is contained in:
parent
b36ed0538d
commit
70092a9cf5
2 changed files with 8 additions and 1 deletions
|
@ -93,6 +93,13 @@ sub endpoints {
|
|||
|
||||
sub is_printable { 1 }
|
||||
|
||||
sub is_fill {
|
||||
my $self = shift;
|
||||
return $self->role == EXTR_ROLE_FILL
|
||||
|| $self->role == EXTR_ROLE_SOLIDFILL
|
||||
|| $self->role == EXTR_ROLE_TOPSOLIDFILL;
|
||||
}
|
||||
|
||||
sub split_at_acute_angles {
|
||||
my $self = shift;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue