🎨 Misc. cleanup
This commit is contained in:
parent
02b4e48c6d
commit
13ce5aa1ed
13 changed files with 75 additions and 78 deletions
|
|
@ -472,12 +472,8 @@
|
|||
void tmc_set_report_interval(const uint16_t update_interval) {
|
||||
if ((report_tmc_status_interval = update_interval))
|
||||
SERIAL_ECHOLNPGM("axis:pwm_scale"
|
||||
#if HAS_STEALTHCHOP
|
||||
"/curr_scale"
|
||||
#endif
|
||||
#if HAS_STALLGUARD
|
||||
"/mech_load"
|
||||
#endif
|
||||
TERN_(HAS_STEALTHCHOP, "/curr_scale")
|
||||
TERN_(HAS_STALLGUARD, "/mech_load")
|
||||
"|flags|warncount"
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue