Fix M503 S parameter
This commit is contained in:
parent
a5b20fec2f
commit
6e197d4a42
3 changed files with 4 additions and 4 deletions
|
|
@ -9917,7 +9917,7 @@ inline void gcode_M502() {
|
|||
* M503: print settings currently in memory
|
||||
*/
|
||||
inline void gcode_M503() {
|
||||
(void)settings.report(parser.boolval('S'));
|
||||
(void)settings.report(parser.seen('S') && !parser.value_bool());
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue