소스 검색

Tweak M80/M81 descriptions

Scott Lahteine 8 년 전
부모
커밋
94e90ca26c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      Marlin/Marlin_main.cpp

+ 2
- 2
Marlin/Marlin_main.cpp 파일 보기

@@ -97,8 +97,8 @@
97 97
  * M76  - Pause the print job timer.
98 98
  * M77  - Stop the print job timer.
99 99
  * M78  - Show statistical information about the print jobs. (Requires PRINTCOUNTER)
100
- * M80  - Turn on Power Supply. (Requires POWER_SUPPLY)
101
- * M81  - Turn off Power Supply. (Requires POWER_SUPPLY)
100
+ * M80  - Turn on Power Supply. (Requires POWER_SUPPLY > 0)
101
+ * M81  - Turn off Power Supply. (Requires POWER_SUPPLY > 0)
102 102
  * M82  - Set E codes absolute (default).
103 103
  * M83  - Set E codes relative while in Absolute (G90) mode.
104 104
  * M84  - Disable steppers until next move, or use S<seconds> to specify an idle

Loading…
취소
저장