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:
parent
04c29eacae
commit
74cf04f0ae
@ -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
|
||||||
*/
|
*/
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user