Browse Source

use SERIAL_EOL(); instead of new line string

pull/1/head
Roxy-3D 7 years ago
committed by GitHub
parent
commit
3a4e107b6b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Marlin/src/module/configuration_store.cpp

2
Marlin/src/module/configuration_store.cpp

@ -2038,7 +2038,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…
Cancel
Save