Scott Lahteine
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/feature/tmc_util.cpp
|
@ -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; |
|
|