We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6429b8b commit dd6efe9Copy full SHA for dd6efe9
Marlin/src/gcode/eeprom/M500-M504.cpp
@@ -52,7 +52,7 @@ void GcodeSuite::M502() {
52
* M503: print settings currently in memory
53
*/
54
void GcodeSuite::M503() {
55
- (void)settings.report(parser.boolval('S', true));
+ (void)settings.report(!parser.boolval('S', true));
56
}
57
58
#endif // !DISABLE_M503
0 commit comments