only formatting
This commit is contained in:
parent
6bc184df63
commit
ebe4811be1
|
@ -8831,6 +8831,7 @@ inline void gcode_M109() {
|
||||||
#ifdef ANYCUBIC_TFT_MODEL
|
#ifdef ANYCUBIC_TFT_MODEL
|
||||||
AnycubicTFT.BedHeatingStart();
|
AnycubicTFT.BedHeatingStart();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
lcd_setstatusPGM(thermalManager.isHeatingBed() ? PSTR(MSG_BED_HEATING) : PSTR(MSG_BED_COOLING));
|
lcd_setstatusPGM(thermalManager.isHeatingBed() ? PSTR(MSG_BED_HEATING) : PSTR(MSG_BED_COOLING));
|
||||||
|
|
||||||
#if TEMP_BED_RESIDENCY_TIME > 0
|
#if TEMP_BED_RESIDENCY_TIME > 0
|
||||||
|
|
Loading…
Reference in New Issue