📝 M122 comment
This commit is contained in:
@@ -30,6 +30,14 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* M122: Debug TMC drivers
|
* 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() {
|
void GcodeSuite::M122() {
|
||||||
xyze_bool_t print_axis = ARRAY_N_1(LOGICAL_AXES, false);
|
xyze_bool_t print_axis = ARRAY_N_1(LOGICAL_AXES, false);
|
||||||
|
Reference in New Issue
Block a user