manage_manual_move(); -> ULTIPANEL

Makr the call of   `manage_manual_move() ` depandent of `ULTIPANEL`
This commit is contained in:
Blue-Marlin 2016-06-10 23:36:57 +02:00
parent e2d4919c01
commit 378ff92e98

View file

@ -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();