In Marlin one can enable continuous debug reporting of Trinamic drivers with the command
M122 S1
This sends lines similar to the following over the serial connection:
X:93/28/0|| Y:35/14/-|IF| Z:54/28/0|| E:176/25/0||
Each driver appears to report three integer values and some flags. I understand the F
flag indicates an error state, for example the overtemperature pre-warn condition (OTPW).
What do the other values mean? How can this information be interpreted to debug printing problems or improve performance?