use SERIAL_EOL(); instead of new line string
This commit is contained in:
parent
a5dfe08a81
commit
3a4e107b6b
@ -2038,7 +2038,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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user