瀏覽代碼

Merge pull request #6212 from thinkyhead/rc_gitattributes

Fix LCD preheat menus
Scott Lahteine 8 年之前
父節點
當前提交
b3e9977f97
共有 1 個檔案被更改,包括 2 行新增4 行删除
  1. 2
    4
      Marlin/ultralcd.cpp

+ 2
- 4
Marlin/ultralcd.cpp 查看文件

@@ -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);

Loading…
取消
儲存