소스 검색

Restore documented M503 behavior

Scott Lahteine 4 년 전
부모
커밋
dd6efe96e7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Marlin/src/gcode/eeprom/M500-M504.cpp

+ 1
- 1
Marlin/src/gcode/eeprom/M500-M504.cpp 파일 보기

@@ -52,7 +52,7 @@ void GcodeSuite::M502() {
52 52
    * M503: print settings currently in memory
53 53
    */
54 54
   void GcodeSuite::M503() {
55
-    (void)settings.report(parser.boolval('S', true));
55
+    (void)settings.report(!parser.boolval('S', true));
56 56
   }
57 57
 
58 58
 #endif // !DISABLE_M503

Loading…
취소
저장