Skip to content

Commit

Permalink
Merge pull request #4001 from Blue-Marlin/manage_manual_move-ULTIPANEL
Browse files Browse the repository at this point in the history
  manage_manual_move(); -> ULTIPANEL
  • Loading branch information
thinkyhead authored Jun 11, 2016
2 parents 93ffa02 + 378ff92 commit bf8710d
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 bf8710d

Please sign in to comment.