Browse Source

Update tmc_util.cpp

pull/1/head
Scott Lahteine 7 years ago
committed by GitHub
parent
commit
43d3d024ac
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Marlin/src/feature/tmc_util.cpp

2
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;

Loading…
Cancel
Save