소스 검색

manage_manual_move(); -> ULTIPANEL

Makr the call of   `manage_manual_move() ` depandent of `ULTIPANEL`
Blue-Marlin 8 년 전
부모
커밋
378ff92e98
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      Marlin/ultralcd.cpp

+ 2
- 1
Marlin/ultralcd.cpp 파일 보기

@@ -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…
취소
저장