ソースを参照

"e" was renamed to "eindex" in a previous commit

Alexander Leisentritt 8年前
コミット
c2b7ef1e7e
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      Marlin/ultralcd.cpp

+ 1
- 1
Marlin/ultralcd.cpp ファイルの表示

@@ -1290,7 +1290,7 @@ static void lcd_status_screen() {
1290 1290
       #if EXTRUDERS == 1
1291 1291
         pos_label = PSTR(MSG_MOVE_E);
1292 1292
       #else
1293
-        switch (e) {
1293
+        switch (eindex) {
1294 1294
           case 0: pos_label = PSTR(MSG_MOVE_E MSG_MOVE_E1); break;
1295 1295
           case 1: pos_label = PSTR(MSG_MOVE_E MSG_MOVE_E2); break;
1296 1296
           #if EXTRUDERS > 2

読み込み中…
キャンセル
保存