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

This commit is contained in:
Scott Lahteine 2017-07-03 15:59:06 -05:00 committed by GitHub
parent 4be8d7720e
commit df87278fce

View file

@ -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");