Skip to content
Snippets Groups Projects
Unverified Commit f4b16a3b authored by Scott Lahteine's avatar Scott Lahteine Committed by GitHub
Browse files

Update M49.cpp

parent 1f3ad461
Branches
Tags
Loading
......@@ -34,8 +34,7 @@
void GcodeSuite::M49() {
g26_debug_flag ^= true;
SERIAL_PROTOCOLPGM("G26 Debug: ");
serialprintPGM(g26_debug_flag ? PSTR("On") : PSTR("Off"));
SERIAL_EOL();
serialprintPGM(g26_debug_flag ? PSTR("On\n") : PSTR("Off\n"));
}
#endif // G26_MESH_VALIDATION
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment