Browse Source

Merge pull request #4001 from Blue-Marlin/manage_manual_move-ULTIPANEL

  manage_manual_move(); -> ULTIPANEL
Scott Lahteine 8 years ago
parent
commit
bf8710d522
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      Marlin/ultralcd.cpp

+ 2
- 1
Marlin/ultralcd.cpp View File

@@ -2160,9 +2160,10 @@ bool lcd_blink() {
2160 2160
 void lcd_update() {
2161 2161
   #if ENABLED(ULTIPANEL)
2162 2162
     static millis_t return_to_status_ms = 0;
2163
+
2164
+    manage_manual_move();
2163 2165
   #endif
2164 2166
 
2165
-  manage_manual_move();
2166 2167
 
2167 2168
   lcd_buttons_update();
2168 2169
 

Loading…
Cancel
Save