mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
One more fix for ooze_prevention and skirt_height == -1
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user