fix worng step type passed into set-done in new alert step
This commit is contained in:
parent
05c4e759cf
commit
8cb414c262
@ -480,7 +480,7 @@ void PrintObject::alert_when_supports_needed()
|
||||
}
|
||||
|
||||
BOOST_LOG_TRIVIAL(debug) << "posAlertWhenSupportsNeeded - end";
|
||||
this->set_done(posSupportSpotsSearch);
|
||||
this->set_done(posAlertWhenSupportsNeeded);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user