Pārlūkot izejas kodu

Fix auto_report_temperatures()

The `auto_report_temperatures` needs a linefeed to be recognized by Repetier Host.
AnHardt 8 gadus atpakaļ
vecāks
revīzija
59a27ed27d
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1
    0
      Marlin/Marlin_main.cpp

+ 1
- 0
Marlin/Marlin_main.cpp Parādīt failu

5235
     if (auto_report_temp_interval && ELAPSED(millis(), next_temp_report_ms)) {
5235
     if (auto_report_temp_interval && ELAPSED(millis(), next_temp_report_ms)) {
5236
       next_temp_report_ms = millis() + 1000UL * auto_report_temp_interval;
5236
       next_temp_report_ms = millis() + 1000UL * auto_report_temp_interval;
5237
       print_heaterstates();
5237
       print_heaterstates();
5238
+      SERIAL_EOL;
5238
     }
5239
     }
5239
   }
5240
   }
5240
 
5241
 

Notiek ielāde…
Atcelt
Saglabāt