Browse Source

Update tmc_util.cpp

Scott Lahteine 7 years ago
parent
commit
43d3d024ac
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/feature/tmc_util.cpp

+ 1
- 1
Marlin/src/feature/tmc_util.cpp View File

379
           if (tpwmthrs_val)
379
           if (tpwmthrs_val)
380
             SERIAL_ECHO(12650000UL * st.microsteps() / (256 * tpwmthrs_val * spmm));
380
             SERIAL_ECHO(12650000UL * st.microsteps() / (256 * tpwmthrs_val * spmm));
381
           else
381
           else
382
-           SERIAL_CHAR('-');
382
+            SERIAL_CHAR('-');
383
         }
383
         }
384
         break;
384
         break;
385
       case TMC_OTPW: serialprintPGM(st.otpw() ? PSTR("true") : PSTR("false")); break;
385
       case TMC_OTPW: serialprintPGM(st.otpw() ? PSTR("true") : PSTR("false")); break;

Loading…
Cancel
Save