mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-12-02 08:09:36 +00:00
📝 M122 comment
This commit is contained in:
parent
2de2185d97
commit
d9659d3177
@ -30,6 +30,14 @@
|
||||
|
||||
/**
|
||||
* M122: Debug TMC drivers
|
||||
*
|
||||
* I - Flag to re-initialize stepper drivers with current settings.
|
||||
* X, Y, Z, E - Flags to only report the specified axes.
|
||||
*
|
||||
* With TMC_DEBUG:
|
||||
* V - Report raw register data. Refer to the datasheet to decipher the report.
|
||||
* S - Flag to enable/disable continuous debug reporting.
|
||||
* P<ms> - Interval between continuous debug reports, in milliseconds.
|
||||
*/
|
||||
void GcodeSuite::M122() {
|
||||
xyze_bool_t print_axis = ARRAY_N_1(LOGICAL_AXES, false);
|
||||
|
Loading…
Reference in New Issue
Block a user