Browse Source

Add "CAP:PRINT_JOB:1" (M75 / M76 / M77) to M115 output

Scott Lahteine 8 years ago
parent
commit
df87278fce
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      Marlin/Marlin_main.cpp

+ 3
- 0
Marlin/Marlin_main.cpp View File

@@ -7933,6 +7933,9 @@ inline void gcode_M115() {
7933 7933
     // PROGRESS (M530 S L, M531 <file>, M532 X L)
7934 7934
     SERIAL_PROTOCOLLNPGM("Cap:PROGRESS:0");
7935 7935
 
7936
+    // Print Job timer M75, M76, M77
7937
+    SERIAL_PROTOCOLLNPGM("Cap:PRINT_JOB:1");
7938
+
7936 7939
     // AUTOLEVEL (G29)
7937 7940
     #if HAS_ABL
7938 7941
       SERIAL_PROTOCOLLNPGM("Cap:AUTOLEVEL:1");

Loading…
Cancel
Save