Skip to content

Commit

Permalink
Fix Change Filament menu item with runout (#16485)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fenixin authored and thinkyhead committed Jan 8, 2020
1 parent a88b91b commit 5a5e1d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Marlin/src/lcd/menu/menu_filament.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 5a5e1d0

Please sign in to comment.