浏览代码

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

正在加载...
取消
保存