Fix Change Filament menu item with runout (#16485)
This commit is contained in:
parent
a88b91b3ed
commit
5a5e1d0401
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user