Some M600 and Filament Runout Fixes.

This commit is contained in:
Knutwurst
2022-02-01 12:29:25 +01:00
parent 8e2c5513d1
commit e32e753ebf
2 changed files with 13 additions and 1 deletions

View File

@@ -282,7 +282,8 @@ bool load_filament(const_float_t slow_load_length/*=0*/, const_float_t fast_load
#if EITHER(HAS_LCD_MENU, DWIN_CREALITY_LCD_ENHANCED)
ui.pause_show_message(PAUSE_MESSAGE_OPTION); // Also sets PAUSE_RESPONSE_WAIT_FOR
#else
pause_menu_response = PAUSE_RESPONSE_WAIT_FOR;
//pause_menu_response = PAUSE_RESPONSE_WAIT_FOR;
pause_menu_response = PAUSE_RESPONSE_RESUME_PRINT;
#endif
while (pause_menu_response == PAUSE_RESPONSE_WAIT_FOR) idle_no_sleep();
}