Browse Source

use SERIAL_EOL(); instead of new line string

Roxy-3D 7 years ago
parent
commit
3a4e107b6b
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/module/configuration_store.cpp

+ 1
- 1
Marlin/src/module/configuration_store.cpp View File

2038
       #else
2038
       #else
2039
         SERIAL_ECHO("  M852 S");
2039
         SERIAL_ECHO("  M852 S");
2040
         SERIAL_ECHO_F(planner.xy_skew_factor, 6);
2040
         SERIAL_ECHO_F(planner.xy_skew_factor, 6);
2041
-        SERIAL_ECHO("\n");
2041
+        SERIAL_EOL();
2042
       #endif
2042
       #endif
2043
     #endif
2043
     #endif
2044
 
2044
 

Loading…
Cancel
Save