Преглед изворни кода

Fix auto_report_temperatures()

The `auto_report_temperatures` needs a linefeed to be recognized by Repetier Host.
AnHardt пре 8 година
родитељ
комит
59a27ed27d
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…
Откажи
Сачувај