Update tmc_util.cpp
This commit is contained in:
parent
ad500b01e0
commit
43d3d024ac
@ -379,7 +379,7 @@ void _tmc_say_sgt(const char name[], const uint32_t sgt) {
|
|||||||
if (tpwmthrs_val)
|
if (tpwmthrs_val)
|
||||||
SERIAL_ECHO(12650000UL * st.microsteps() / (256 * tpwmthrs_val * spmm));
|
SERIAL_ECHO(12650000UL * st.microsteps() / (256 * tpwmthrs_val * spmm));
|
||||||
else
|
else
|
||||||
SERIAL_CHAR('-');
|
SERIAL_CHAR('-');
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case TMC_OTPW: serialprintPGM(st.otpw() ? PSTR("true") : PSTR("false")); break;
|
case TMC_OTPW: serialprintPGM(st.otpw() ? PSTR("true") : PSTR("false")); break;
|
||||||
|
Loading…
Reference in New Issue
Block a user