TFT Pause/Resume works again, but Filament runout does not park the nozzle.

This commit is contained in:
Knutwurst
2022-01-22 21:01:17 +01:00
parent a09cf3034e
commit f041be8338
3 changed files with 40 additions and 29 deletions

View File

@@ -286,7 +286,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; // KNUTWURST
#endif
while (pause_menu_response == PAUSE_RESPONSE_WAIT_FOR) idle_no_sleep();
}