diff --git a/Marlin/src/feature/tmc_util.cpp b/Marlin/src/feature/tmc_util.cpp index da1bf6b1740980283e5a2ff6733d743402e6397b..44e8bb6491faa942a149af68655b3c75c673c3f5 100644 --- a/Marlin/src/feature/tmc_util.cpp +++ b/Marlin/src/feature/tmc_util.cpp @@ -379,7 +379,7 @@ void _tmc_say_sgt(const char name[], const uint32_t sgt) { if (tpwmthrs_val) SERIAL_ECHO(12650000UL * st.microsteps() / (256 * tpwmthrs_val * spmm)); else - SERIAL_CHAR('-'); + SERIAL_CHAR('-'); } break; case TMC_OTPW: serialprintPGM(st.otpw() ? PSTR("true") : PSTR("false")); break;