|
|
|
|
1784
|
CONFIG_ECHO_START;
|
1784
|
CONFIG_ECHO_START;
|
1785
|
SERIAL_ECHOLNPGM("Material heatup parameters:");
|
1785
|
SERIAL_ECHOLNPGM("Material heatup parameters:");
|
1786
|
}
|
1786
|
}
|
1787
|
- CONFIG_ECHO_START;
|
|
|
1788
|
for (uint8_t i = 0; i < COUNT(lcd_preheat_hotend_temp); i++) {
|
1787
|
for (uint8_t i = 0; i < COUNT(lcd_preheat_hotend_temp); i++) {
|
|
|
1788
|
+ CONFIG_ECHO_START;
|
1789
|
SERIAL_ECHOPAIR(" M145 S", (int)i);
|
1789
|
SERIAL_ECHOPAIR(" M145 S", (int)i);
|
1790
|
SERIAL_ECHOPAIR(" H", TEMP_UNIT(lcd_preheat_hotend_temp[i]));
|
1790
|
SERIAL_ECHOPAIR(" H", TEMP_UNIT(lcd_preheat_hotend_temp[i]));
|
1791
|
SERIAL_ECHOPAIR(" B", TEMP_UNIT(lcd_preheat_bed_temp[i]));
|
1791
|
SERIAL_ECHOPAIR(" B", TEMP_UNIT(lcd_preheat_bed_temp[i]));
|