Writing M122 to file
-
Dear users,
I'm wondering if there is a way to write the diagnostics output of the M122 command to a text file using meta Gcode.
Thanks in advance, Piet.
-
@Piet
there is not currently a way to echo it directly to a file however the logging function can be used, e.g.:M929 P{"M122_Log"^{state.upTime}^".txt"} S3 M122 M929 S0
If you put that in a macro then everytime you run it a new log file will be created with the output of M122.
Note this wont work if you are already logging to another file