소스 검색

Bug corrected:

Persistent homing message.
Message was declared as an alert, therefore it was persistent.
Updated to message.
fmalpartida 9 년 전
부모
커밋
150a35eff8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp 파일 보기

@@ -6095,7 +6095,7 @@ void manage_inactivity(bool ignore_stepper_queue/*=false*/) {
6095 6095
     if (!READ(HOME_PIN)) {
6096 6096
       if (!homeDebounceCount) {
6097 6097
         enqueuecommands_P(PSTR("G28"));
6098
-        LCD_ALERTMESSAGEPGM(MSG_AUTO_HOME);
6098
+        LCD_MESSAGEPGM(MSG_AUTO_HOME);
6099 6099
       }
6100 6100
       if (homeDebounceCount < HOME_DEBOUNCE_DELAY)
6101 6101
         homeDebounceCount++;

Loading…
취소
저장