Making sure printing message does not go away

E Heating message covers up printing message. Can be defined back in M117.cpp Line30
This commit is contained in:
Brian Kahl 2021-08-30 08:55:55 -05:00
parent 04c29eacae
commit 74cf04f0ae
2 changed files with 3 additions and 1 deletions

View File

@ -27,6 +27,8 @@
#include "../gcode.h" #include "../gcode.h"
#include "../../lcd/marlinui.h" #include "../../lcd/marlinui.h"
//#define SHOW_HEATING_MESSAGE 1
/** /**
* M117: Set LCD Status Message * M117: Set LCD Status Message
*/ */

View File

@ -3505,7 +3505,7 @@ void Temperature::isr() {
void Temperature::AutoReportTemp::report() { print_heater_states(active_extruder); SERIAL_EOL(); } void Temperature::AutoReportTemp::report() { print_heater_states(active_extruder); SERIAL_EOL(); }
#endif #endif
#if HAS_HOTEND && HAS_STATUS_MESSAGE #if HAS_HOTEND && HAS_STATUS_MESSAGE && SHOW_HEATING_MESSAGE
void Temperature::set_heating_message(const uint8_t e) { void Temperature::set_heating_message(const uint8_t e) {
const bool heating = isHeatingHotend(e); const bool heating = isHeatingHotend(e);
ui.status_printf_P(0, ui.status_printf_P(0,