Selaa lähdekoodia

Home XYZ newline

Scott Lahteine 5 vuotta sitten
vanhempi
commit
d49d40f7b0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      Marlin/src/module/motion.cpp

+ 1
- 1
Marlin/src/module/motion.cpp Näytä tiedosto

1053
       TEST(axis_bits, Z_AXIS) ? "Z" : ""
1053
       TEST(axis_bits, Z_AXIS) ? "Z" : ""
1054
     );
1054
     );
1055
     SERIAL_ECHO_START();
1055
     SERIAL_ECHO_START();
1056
-    SERIAL_ECHO(msg);
1056
+    SERIAL_ECHOLN(msg);
1057
     #if HAS_DISPLAY
1057
     #if HAS_DISPLAY
1058
       ui.set_status(msg);
1058
       ui.set_status(msg);
1059
     #endif
1059
     #endif

Loading…
Peruuta
Tallenna