0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-02-17 23:00:50 +00:00

use SERIAL_EOL(); instead of new line string

This commit is contained in:
Roxy-3D 2018-01-04 16:18:00 -06:00 committed by GitHub
parent 80cc860810
commit d2dc7a53c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2104,7 +2104,7 @@ void MarlinSettings::reset() {
#else #else
SERIAL_ECHO(" M852 S"); SERIAL_ECHO(" M852 S");
SERIAL_ECHO_F(planner.xy_skew_factor, 6); SERIAL_ECHO_F(planner.xy_skew_factor, 6);
SERIAL_ECHO("\n"); SERIAL_EOL();
#endif #endif
#endif #endif