Merge pull request #4001 from Blue-Marlin/manage_manual_move-ULTIPANEL
manage_manual_move(); -> ULTIPANEL
This commit is contained in:
commit
bf8710d522
@ -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