One more fix for ooze_prevention and skirt_height == -1
This commit is contained in:
parent
f9d38f6655
commit
57e4e5c8e1
2 changed files with 8 additions and 3 deletions
lib/Slic3r
|
@ -661,7 +661,7 @@ sub set_extruder {
|
|||
}
|
||||
|
||||
# set the current extruder to the standby temperature
|
||||
if ($self->config->ooze_prevention && defined $self->extruder) {
|
||||
if ($self->standby_points && defined $self->extruder) {
|
||||
# move to the nearest standby point
|
||||
$gcode .= $self->travel_to($self->last_pos->nearest_point($self->standby_points));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue