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

@ -8664,9 +8664,9 @@ inline void gcode_M109() {
#endif #endif
} }
#ifdef ANYCUBIC_TFT_MODEL #ifdef ANYCUBIC_TFT_MODEL
AnycubicTFT.HeatingStart(); AnycubicTFT.HeatingStart();
#endif #endif
#if ENABLED(AUTOTEMP) #if ENABLED(AUTOTEMP)
planner.autotemp_M104_M109(); planner.autotemp_M104_M109();
@ -8828,9 +8828,10 @@ inline void gcode_M109() {
} }
else return; else return;
#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