🚸 Clear "heating/cooling" message on temp reached
This commit is contained in:
@@ -961,9 +961,9 @@ class Temperature {
|
||||
#endif
|
||||
|
||||
#if HAS_HOTEND && HAS_STATUS_MESSAGE
|
||||
static void set_heating_message(const uint8_t e);
|
||||
static void set_heating_message(const uint8_t e, const bool isM104=false);
|
||||
#else
|
||||
static void set_heating_message(const uint8_t) {}
|
||||
static void set_heating_message(const uint8_t, const bool=false) {}
|
||||
#endif
|
||||
|
||||
#if HAS_MARLINUI_MENU && HAS_TEMPERATURE
|
||||
|
||||
Reference in New Issue
Block a user