Skip to content

Commit

Permalink
🚸 Indicate Preheating for probe / leveling (MarlinFirmware#23088)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored and thinkyhead committed Dec 25, 2021
1 parent 489aca0 commit 58a26fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Marlin/src/lcd/language/language_en.h
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ namespace Language_en {
LSTR MSG_ERR_MINTEMP = _UxGT("Err: MINTEMP");
LSTR MSG_HALTED = _UxGT("PRINTER HALTED");
LSTR MSG_PLEASE_RESET = _UxGT("Please Reset");
LSTR MSG_PREHEATING = _UxGT("Preheating...");
LSTR MSG_HEATING = _UxGT("Heating...");
LSTR MSG_COOLING = _UxGT("Cooling...");
LSTR MSG_BED_HEATING = _UxGT("Bed Heating...");
Expand Down
2 changes: 2 additions & 0 deletions Marlin/src/module/probe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,8 @@ FORCE_INLINE void probe_specific_action(const bool deploy) {
#define WAIT_FOR_BED_HEAT
#endif

LCD_MESSAGE(MSG_PREHEATING);

DEBUG_ECHOPGM("Preheating ");

#if ENABLED(WAIT_FOR_NOZZLE_HEAT)
Expand Down

0 comments on commit 58a26fc

Please sign in to comment.