Tweak MMU beeps, misc. cleanup

This commit is contained in:
Scott Lahteine
2020-09-27 02:01:56 -05:00
parent def328eec1
commit 943a594ba0
5 changed files with 10 additions and 10 deletions

View File

@ -37,7 +37,7 @@
*
* M302 ; report current cold extrusion state
* M302 P0 ; enable cold extrusion checking
* M302 P1 ; disables cold extrusion checking
* M302 P1 ; disable cold extrusion checking
* M302 S0 ; always allow extrusion (disables checking)
* M302 S170 ; only allow extrusion above 170
* M302 S170 P1 ; set min extrude temp to 170 but leave disabled

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")));