Browse Source

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

Alexander Leisentritt 8 years ago
parent
commit
c2b7ef1e7e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/ultralcd.cpp

+ 1
- 1
Marlin/ultralcd.cpp View File

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

Loading…
Cancel
Save