Skip to content
Snippets Groups Projects
Commit dd6efe96 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Restore documented M503 behavior

parent 6429b8bf
Branches
Tags
No related merge requests found
...@@ -52,7 +52,7 @@ void GcodeSuite::M502() { ...@@ -52,7 +52,7 @@ void GcodeSuite::M502() {
* M503: print settings currently in memory * M503: print settings currently in memory
*/ */
void GcodeSuite::M503() { void GcodeSuite::M503() {
(void)settings.report(parser.boolval('S', true)); (void)settings.report(!parser.boolval('S', true));
} }
#endif // !DISABLE_M503 #endif // !DISABLE_M503
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment