Update messages missing c= r=

Change MMU2 KEEPALIVE_STATE to IN_PROCESS
This commit is contained in:
3d-gussner 2022-09-16 19:24:11 +02:00
parent f4f09e4062
commit 88b58cdcd5
2 changed files with 4 additions and 4 deletions

View File

@ -667,7 +667,7 @@ void MMU2::CheckUserInput(){
void MMU2::manage_response(const bool move_axes, const bool turn_off_nozzle) {
mmu_print_saved = SavedState::None;
KEEPALIVE_STATE(PAUSED_FOR_USER);
KEEPALIVE_STATE(IN_PROCESS);
LongTimer nozzleTimeout;