mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-22 22:26:18 +00:00
🚸 Indicate Preheating for probe / leveling (#23088)
This commit is contained in:
parent
dc972990f3
commit
e15f9fdcd9
2 changed files with 3 additions and 0 deletions
|
@ -531,6 +531,7 @@ namespace Language_en {
|
||||||
LSTR MSG_ERR_MINTEMP = _UxGT("Err: MINTEMP");
|
LSTR MSG_ERR_MINTEMP = _UxGT("Err: MINTEMP");
|
||||||
LSTR MSG_HALTED = _UxGT("PRINTER HALTED");
|
LSTR MSG_HALTED = _UxGT("PRINTER HALTED");
|
||||||
LSTR MSG_PLEASE_RESET = _UxGT("Please Reset");
|
LSTR MSG_PLEASE_RESET = _UxGT("Please Reset");
|
||||||
|
LSTR MSG_PREHEATING = _UxGT("Preheating...");
|
||||||
LSTR MSG_HEATING = _UxGT("Heating...");
|
LSTR MSG_HEATING = _UxGT("Heating...");
|
||||||
LSTR MSG_COOLING = _UxGT("Cooling...");
|
LSTR MSG_COOLING = _UxGT("Cooling...");
|
||||||
LSTR MSG_BED_HEATING = _UxGT("Bed Heating...");
|
LSTR MSG_BED_HEATING = _UxGT("Bed Heating...");
|
||||||
|
|
|
@ -362,6 +362,8 @@ FORCE_INLINE void probe_specific_action(const bool deploy) {
|
||||||
#define WAIT_FOR_BED_HEAT
|
#define WAIT_FOR_BED_HEAT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
LCD_MESSAGE(MSG_PREHEATING);
|
||||||
|
|
||||||
DEBUG_ECHOPGM("Preheating ");
|
DEBUG_ECHOPGM("Preheating ");
|
||||||
|
|
||||||
#if ENABLED(WAIT_FOR_NOZZLE_HEAT)
|
#if ENABLED(WAIT_FOR_NOZZLE_HEAT)
|
||||||
|
|
Loading…
Add table
Reference in a new issue