0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-29 13:19:53 +00:00

Fix Change Filament menu item with runout (#16485)

This commit is contained in:
Alejandro Aguilera 2020-01-08 23:03:23 +01:00 committed by Scott Lahteine
parent a88b91b3ed
commit 5a5e1d0401

View file

@ -233,7 +233,6 @@ void menu_pause_option() {
#if HAS_FILAMENT_SENSOR
if (runout.filament_ran_out)
EDIT_ITEM(bool, MSG_RUNOUT_SENSOR, &runout.enabled, runout.reset);
else
#endif
ACTION_ITEM(MSG_FILAMENT_CHANGE_OPTION_RESUME, []{ pause_menu_response = PAUSE_RESPONSE_RESUME_PRINT; });
END_MENU();