Browse Source

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

pull/1/head
Scott Lahteine 7 years ago
committed by GitHub
parent
commit
df87278fce
  1. 3
      Marlin/Marlin_main.cpp

3
Marlin/Marlin_main.cpp

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

Loading…
Cancel
Save