Fixed typo causing test to fail
This commit is contained in:
parent
8f4cbefd0d
commit
39172d5a08
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ sub needs_retraction {
|
|||
return 0;
|
||||
}
|
||||
|
||||
if (defined $role && $role == EXTR_ROLE_SUPPORTMATERIAL && $self->layer->support_islands->contains_line($travel)) {
|
||||
if (defined $role && $role == EXTR_ROLE_SUPPORTMATERIAL && $self->layer->support_islands->contains_polyline($travel)) {
|
||||
# skip retraction if this is a travel move inside a support material island
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue