Browse Source

Patch Capabilities Report for "PROGRESS"

Scott Lahteine 8 years ago
parent
commit
2e966f8e5b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

@@ -5836,7 +5836,7 @@ inline void gcode_M115() {
5836 5836
 
5837 5837
     // PROGRESS (M530 S L, M531 <file>, M532 X L)
5838 5838
     SERIAL_PROTOCOLPGM("Cap:");
5839
-    SERIAL_PROTOCOLPGM("PROGRESS:0");
5839
+    SERIAL_PROTOCOLLNPGM("PROGRESS:0");
5840 5840
 
5841 5841
     // AUTOLEVEL (G29)
5842 5842
     SERIAL_PROTOCOLPGM("Cap:");

Loading…
Cancel
Save