Skip to content

Commit

Permalink
🐛 Fix Filament Change menu (MarlinFirmware#22370)
Browse files Browse the repository at this point in the history
  • Loading branch information
The-EG authored and ptoal committed Dec 16, 2021
1 parent 8abcc46 commit e3054cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/menu/menu_filament.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ void menu_change_filament() {
if (thermalManager.targetHotEnoughToExtrude(active_extruder))
queue.inject_P(PSTR("M600B0"));
else
_menu_temp_filament_op(PAUSE_MODE_CHANGE_FILAMENT, 0);
ui.goto_screen([]{ _menu_temp_filament_op(PAUSE_MODE_CHANGE_FILAMENT, 0); });

#endif
}
Expand Down

0 comments on commit e3054cb

Please sign in to comment.