"e" was renamed to "eindex" in a previous commit
This commit is contained in:
parent
52ac2a62ee
commit
c2b7ef1e7e
@ -1290,7 +1290,7 @@ static void lcd_status_screen() {
|
|||||||
#if EXTRUDERS == 1
|
#if EXTRUDERS == 1
|
||||||
pos_label = PSTR(MSG_MOVE_E);
|
pos_label = PSTR(MSG_MOVE_E);
|
||||||
#else
|
#else
|
||||||
switch (e) {
|
switch (eindex) {
|
||||||
case 0: pos_label = PSTR(MSG_MOVE_E MSG_MOVE_E1); break;
|
case 0: pos_label = PSTR(MSG_MOVE_E MSG_MOVE_E1); break;
|
||||||
case 1: pos_label = PSTR(MSG_MOVE_E MSG_MOVE_E2); break;
|
case 1: pos_label = PSTR(MSG_MOVE_E MSG_MOVE_E2); break;
|
||||||
#if EXTRUDERS > 2
|
#if EXTRUDERS > 2
|
||||||
|
Loading…
Reference in New Issue
Block a user