Add missing ExtUI user confirmation (#14992)

This commit is contained in:
InsanityAutomation
2019-08-18 22:03:26 -04:00
committed by Scott Lahteine
parent 33d54c0d5a
commit af5a7a2925
6 changed files with 44 additions and 0 deletions

View File

@ -97,6 +97,9 @@ void GcodeSuite::M0_M1() {
#if ENABLED(HOST_PROMPT_SUPPORT)
host_prompt_do(PROMPT_USER_CONTINUE, PSTR("M0/1 Break Called"), PSTR("Continue"));
#endif
#if ENABLED(EXTENSIBLE_UI)
ExtUI::onStatusChanged(PSTR("M0/1 Break Called"));
#endif
if (ms > 0) {
ms += millis(); // wait until this time for a click