From 74cf04f0ae3f96f62a7c9029c14c5754a2d41e9d Mon Sep 17 00:00:00 2001 From: Brian Kahl Date: Mon, 30 Aug 2021 08:55:55 -0500 Subject: [PATCH] Making sure printing message does not go away E Heating message covers up printing message. Can be defined back in M117.cpp Line30 --- Marlin/src/gcode/lcd/M117.cpp | 2 ++ Marlin/src/module/temperature.cpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Marlin/src/gcode/lcd/M117.cpp b/Marlin/src/gcode/lcd/M117.cpp index f26694bd6..917fd84a8 100644 --- a/Marlin/src/gcode/lcd/M117.cpp +++ b/Marlin/src/gcode/lcd/M117.cpp @@ -27,6 +27,8 @@ #include "../gcode.h" #include "../../lcd/marlinui.h" +//#define SHOW_HEATING_MESSAGE 1 + /** * M117: Set LCD Status Message */ diff --git a/Marlin/src/module/temperature.cpp b/Marlin/src/module/temperature.cpp index 9274d0631..555cb31d5 100644 --- a/Marlin/src/module/temperature.cpp +++ b/Marlin/src/module/temperature.cpp @@ -3505,7 +3505,7 @@ void Temperature::isr() { void Temperature::AutoReportTemp::report() { print_heater_states(active_extruder); SERIAL_EOL(); } #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) { const bool heating = isHeatingHotend(e); ui.status_printf_P(0,