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() {
|
void lcd_update() {
|
||||||
#if ENABLED(ULTIPANEL)
|
#if ENABLED(ULTIPANEL)
|
||||||
static millis_t return_to_status_ms = 0;
|
static millis_t return_to_status_ms = 0;
|
||||||
#endif
|
|
||||||
|
|
||||||
manage_manual_move();
|
manage_manual_move();
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
lcd_buttons_update();
|
lcd_buttons_update();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user