소스 검색

Merge pull request #5393 from AnHardt/Fix-auto_report_temperatures

Fix auto_report_temperatures()
Scott Lahteine 7 년 전
부모
커밋
b203901143
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      Marlin/Marlin_main.cpp

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

@@ -5235,6 +5235,7 @@ inline void gcode_M105() {
5235 5235
     if (auto_report_temp_interval && ELAPSED(millis(), next_temp_report_ms)) {
5236 5236
       next_temp_report_ms = millis() + 1000UL * auto_report_temp_interval;
5237 5237
       print_heaterstates();
5238
+      SERIAL_EOL;
5238 5239
     }
5239 5240
   }
5240 5241
 

Loading…
취소
저장