Browse Source

Tweak M122 report spacing

Scott Lahteine 7 years ago
parent
commit
2ba198a624
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

536
     TMC_REPORT("Run current",        TMC_IRUN);
536
     TMC_REPORT("Run current",        TMC_IRUN);
537
     TMC_REPORT("Hold current",       TMC_IHOLD);
537
     TMC_REPORT("Hold current",       TMC_IHOLD);
538
     TMC_REPORT("CS actual\t",        TMC_CS_ACTUAL);
538
     TMC_REPORT("CS actual\t",        TMC_CS_ACTUAL);
539
-    TMC_REPORT("PWM scale",          TMC_PWM_SCALE);
539
+    TMC_REPORT("PWM scale\t",        TMC_PWM_SCALE);
540
     TMC_REPORT("vsense\t",           TMC_VSENSE);
540
     TMC_REPORT("vsense\t",           TMC_VSENSE);
541
     TMC_REPORT("stealthChop",        TMC_STEALTHCHOP);
541
     TMC_REPORT("stealthChop",        TMC_STEALTHCHOP);
542
     TMC_REPORT("msteps\t",           TMC_MICROSTEPS);
542
     TMC_REPORT("msteps\t",           TMC_MICROSTEPS);

Loading…
Cancel
Save