mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-24 12:35:51 +00:00
use SERIAL_EOL(); instead of new line string
This commit is contained in:
parent
80cc860810
commit
d2dc7a53c2
@ -2104,7 +2104,7 @@ void MarlinSettings::reset() {
|
||||
#else
|
||||
SERIAL_ECHO(" M852 S");
|
||||
SERIAL_ECHO_F(planner.xy_skew_factor, 6);
|
||||
SERIAL_ECHO("\n");
|
||||
SERIAL_EOL();
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user