manage_manual_move(); -> ULTIPANEL
Makr the call of `manage_manual_move() ` depandent of `ULTIPANEL`
This commit is contained in:
parent
e2d4919c01
commit
378ff92e98
@ -2160,9 +2160,10 @@ bool lcd_blink() {
|
||||
void lcd_update() {
|
||||
#if ENABLED(ULTIPANEL)
|
||||
static millis_t return_to_status_ms = 0;
|
||||
|
||||
manage_manual_move();
|
||||
#endif
|
||||
|
||||
manage_manual_move();
|
||||
|
||||
lcd_buttons_update();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user