|
@@ -1201,9 +1201,9 @@ void kill_screen(const char* lcd_msg) {
|
1201
|
1201
|
#endif
|
1202
|
1202
|
#endif
|
1203
|
1203
|
#if TEMP_SENSOR_BED != 0
|
1204
|
|
- lcd_preheat_m1_e0();
|
|
1204
|
+ lcd_preheat_m2_e0();
|
1205
|
1205
|
#else
|
1206
|
|
- lcd_preheat_m1_e0_only();
|
|
1206
|
+ lcd_preheat_m2_e0_only();
|
1207
|
1207
|
#endif
|
1208
|
1208
|
}
|
1209
|
1209
|
|
|
@@ -1237,7 +1237,6 @@ void kill_screen(const char* lcd_msg) {
|
1237
|
1237
|
MENU_ITEM(function, MSG_PREHEAT_1_N MSG_H2, lcd_preheat_m1_e1_only);
|
1238
|
1238
|
#endif
|
1239
|
1239
|
#if HOTENDS > 2
|
1240
|
|
- MENU_ITEM(function, MSG_PREHEAT_1_N MSG_H3, lcd_preheat_m1_e2_only);
|
1241
|
1240
|
#if TEMP_SENSOR_BED != 0
|
1242
|
1241
|
MENU_ITEM(function, MSG_PREHEAT_1_N MSG_H3, lcd_preheat_m1_e2);
|
1243
|
1242
|
MENU_ITEM(function, MSG_PREHEAT_1_END " " MSG_E3, lcd_preheat_m1_e2_only);
|
|
@@ -1282,7 +1281,6 @@ void kill_screen(const char* lcd_msg) {
|
1282
|
1281
|
MENU_ITEM(function, MSG_PREHEAT_2_N MSG_H2, lcd_preheat_m2_e1_only);
|
1283
|
1282
|
#endif
|
1284
|
1283
|
#if HOTENDS > 2
|
1285
|
|
- MENU_ITEM(function, MSG_PREHEAT_2_N MSG_H3, lcd_preheat_m2_e2_only);
|
1286
|
1284
|
#if TEMP_SENSOR_BED != 0
|
1287
|
1285
|
MENU_ITEM(function, MSG_PREHEAT_2_N MSG_H3, lcd_preheat_m2_e2);
|
1288
|
1286
|
MENU_ITEM(function, MSG_PREHEAT_2_END " " MSG_E3, lcd_preheat_m2_e2_only);
|