Fix M49 console hang

This commit is contained in:
Scott Lahteine 2017-12-03 03:36:04 -06:00
parent 1600f7d4ee
commit 44d2c5ef88

View File

@ -7477,7 +7477,7 @@ inline void gcode_M42() {
inline void gcode_M49() {
g26_debug_flag ^= true;
SERIAL_PROTOCOLPGM("G26 Debug ");
serialprintPGM(g26_debug_flag ? PSTR("on.") : PSTR("off."));
serialprintPGM(g26_debug_flag ? PSTR("on.\n") : PSTR("off.\n"));
}
#endif // G26_MESH_VALIDATION