Tweak MMU beeps, misc. cleanup

This commit is contained in:
Scott Lahteine
2020-09-27 02:01:56 -05:00
parent 82e602c847
commit 4975e93350
5 changed files with 10 additions and 10 deletions

View File

@ -98,7 +98,9 @@ void GcodeSuite::M25() {
print_job_timer.pause();
TERN(DWIN_CREALITY_LCD,,ui.reset_status());
#if DISABLED(DWIN_CREALITY_LCD)
ui.reset_status();
#endif
#if ENABLED(HOST_ACTION_COMMANDS)
TERN_(HOST_PROMPT_SUPPORT, host_prompt_open(PROMPT_PAUSE_RESUME, PSTR("Pause SD"), PSTR("Resume")));