Fix M503 output for M145

Fixes #7978
This commit is contained in:
Scott Lahteine 2017-11-15 03:58:43 -06:00
parent 166dbada91
commit 63257dc083

View File

@ -1784,8 +1784,8 @@ void MarlinSettings::reset() {
CONFIG_ECHO_START;
SERIAL_ECHOLNPGM("Material heatup parameters:");
}
CONFIG_ECHO_START;
for (uint8_t i = 0; i < COUNT(lcd_preheat_hotend_temp); i++) {
CONFIG_ECHO_START;
SERIAL_ECHOPAIR(" M145 S", (int)i);
SERIAL_ECHOPAIR(" H", TEMP_UNIT(lcd_preheat_hotend_temp[i]));
SERIAL_ECHOPAIR(" B", TEMP_UNIT(lcd_preheat_bed_temp[i]));