Browse Source

Merge pull request #4383 from esenapaj/Follow-up-the-PR-#4353

Follow-up the PR #4353 (General cleanup: enum)
Scott Lahteine 8 years ago
parent
commit
a3b5d5eb65
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

@@ -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

Loading…
Cancel
Save