mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-31 06:02:16 +00:00
Fix M0_M1 with no LCD
This commit is contained in:
parent
c82dd5129f
commit
f06c3c38b9
1 changed files with 3 additions and 1 deletions
|
@ -97,7 +97,9 @@ void GcodeSuite::M0_M1() {
|
|||
}
|
||||
#endif
|
||||
|
||||
lcd_reset_status();
|
||||
#if ENABLED(ULTIPANEL)
|
||||
lcd_reset_status();
|
||||
#endif
|
||||
|
||||
wait_for_user = false;
|
||||
KEEPALIVE_STATE(IN_HANDLER);
|
||||
|
|
Loading…
Reference in a new issue