Skip to content

Commit

Permalink
manage_manual_move(); -> ULTIPANEL
Browse files Browse the repository at this point in the history
Makr the call of   `manage_manual_move() ` depandent of `ULTIPANEL`
  • Loading branch information
Blue-Marlin committed Jun 10, 2016
1 parent e2d4919 commit 378ff92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Marlin/ultralcd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 378ff92

Please sign in to comment.