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
No related branches found
No related tags found
No related merge requests found
...@@ -34,8 +34,7 @@ ...@@ -34,8 +34,7 @@
void GcodeSuite::M49() { void GcodeSuite::M49() {
g26_debug_flag ^= true; g26_debug_flag ^= true;
SERIAL_PROTOCOLPGM("G26 Debug: "); SERIAL_PROTOCOLPGM("G26 Debug: ");
serialprintPGM(g26_debug_flag ? PSTR("On") : PSTR("Off")); serialprintPGM(g26_debug_flag ? PSTR("On\n") : PSTR("Off\n"));
SERIAL_EOL();
} }
#endif // G26_MESH_VALIDATION #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