🐛 Fix ProUI / JyersUI leveling preheat (#24060, #24064)

Co-Authored-By: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
Keith Bennett
2022-04-19 17:16:26 -07:00
committed by Scott Lahteine
parent 4c84769a81
commit 7fa2dcedda
4 changed files with 16 additions and 20 deletions

View File

@@ -1702,7 +1702,7 @@ void DWIN_SetDataDefaults() {
ApplyExtMinT();
#endif
#if BOTH(HAS_HEATED_BED, PREHEAT_BEFORE_LEVELING)
HMI_data.BedLevT = PREHEAT_1_TEMP_BED;
HMI_data.BedLevT = LEVELING_BED_TEMP;
#endif
TERN_(BAUD_RATE_GCODE, SetBaud250K());
}