Update messages missing c= r=
Change MMU2 KEEPALIVE_STATE to IN_PROCESS
This commit is contained in:
parent
f4f09e4062
commit
88b58cdcd5
|
|
@ -667,7 +667,7 @@ void MMU2::CheckUserInput(){
|
||||||
void MMU2::manage_response(const bool move_axes, const bool turn_off_nozzle) {
|
void MMU2::manage_response(const bool move_axes, const bool turn_off_nozzle) {
|
||||||
mmu_print_saved = SavedState::None;
|
mmu_print_saved = SavedState::None;
|
||||||
|
|
||||||
KEEPALIVE_STATE(PAUSED_FOR_USER);
|
KEEPALIVE_STATE(IN_PROCESS);
|
||||||
|
|
||||||
LongTimer nozzleTimeout;
|
LongTimer nozzleTimeout;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue