Back to "Status" after gcode `M0/M1`
This commit is contained in:
parent
25928232e4
commit
583993b7e2
|
|
@ -3882,10 +3882,9 @@ void process_commands()
|
||||||
marlin_wait_for_click();
|
marlin_wait_for_click();
|
||||||
}
|
}
|
||||||
if (IS_SD_PRINTING)
|
if (IS_SD_PRINTING)
|
||||||
LCD_MESSAGERPGM(_T(MSG_RESUMING_PRINT));
|
custom_message_type = CustomMsg::Status;
|
||||||
else
|
else
|
||||||
LCD_MESSAGERPGM(_T(WELCOME_MSG));
|
LCD_MESSAGERPGM(_T(WELCOME_MSG));
|
||||||
custom_message_type = CustomMsg::MsgUpdate;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef TMC2130
|
#ifdef TMC2130
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue