mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-23 20:18:52 +00:00
Restore documented M503 behavior
This commit is contained in:
parent
6429b8bfb8
commit
dd6efe96e7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user