浏览代码

Follow-up the PR #4353 (General cleanup: enum)

・Update description of M111
esenapaj 9 年前
父节点
当前提交
784be56e99
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp 查看文件

@@ -168,7 +168,7 @@
168 168
  *        Rxxx Wait for extruder current temp to reach target temp. Waits when heating and cooling
169 169
  *        IF AUTOTEMP is enabled, S<mintemp> B<maxtemp> F<factor>. Exit autotemp by any M109 without F
170 170
  * M110 - Set the current line number
171
- * M111 - Set debug flags with S<mask>. See flag bits defined in Marlin.h.
171
+ * M111 - Set debug flags with S<mask>. See flag bits defined in enum.h.
172 172
  * M112 - Emergency stop
173 173
  * M113 - Get or set the timeout interval for Host Keepalive "busy" messages
174 174
  * M114 - Output current position to serial port

正在加载...
取消
保存