Fix M0_M1 with no LCD
This commit is contained in:
parent
c82dd5129f
commit
f06c3c38b9
@ -97,7 +97,9 @@ void GcodeSuite::M0_M1() {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
lcd_reset_status();
|
#if ENABLED(ULTIPANEL)
|
||||||
|
lcd_reset_status();
|
||||||
|
#endif
|
||||||
|
|
||||||
wait_for_user = false;
|
wait_for_user = false;
|
||||||
KEEPALIVE_STATE(IN_HANDLER);
|
KEEPALIVE_STATE(IN_HANDLER);
|
||||||
|
Loading…
Reference in New Issue
Block a user