Fix HOTEND_STATUS_ITEM for graphical display
This commit is contained in:
parent
a0de5d94e2
commit
dc84678fc1
@ -2751,7 +2751,7 @@ void kill_screen(const char* lcd_msg) {
|
|||||||
++encoderLine; \
|
++encoderLine; \
|
||||||
} \
|
} \
|
||||||
else \
|
else \
|
||||||
lcdDrawUpdate = LCDVIEW_CALL_NO_REDRAW; \
|
lcdDrawUpdate = LCDVIEW_KEEP_REDRAWING; \
|
||||||
} \
|
} \
|
||||||
++_thisItemNr; \
|
++_thisItemNr; \
|
||||||
} while(0)
|
} while(0)
|
||||||
|
Loading…
Reference in New Issue
Block a user