Skip to content
Snippets Groups Projects
Commit f06c3c38 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Fix M0_M1 with no LCD

parent c82dd512
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment