only formatting

This commit is contained in:
Ivo Pischner 2020-10-27 14:44:17 +01:00
parent 6bc184df63
commit ebe4811be1
1 changed files with 15 additions and 14 deletions

View File

@ -8831,6 +8831,7 @@ inline void gcode_M109() {
#ifdef ANYCUBIC_TFT_MODEL
AnycubicTFT.BedHeatingStart();
#endif
lcd_setstatusPGM(thermalManager.isHeatingBed() ? PSTR(MSG_BED_HEATING) : PSTR(MSG_BED_COOLING));
#if TEMP_BED_RESIDENCY_TIME > 0