Quellcode durchsuchen

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

Follow-up the PR #4353 (General cleanup: enum)
Scott Lahteine vor 9 Jahren
Ursprung
Commit
a3b5d5eb65
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp Datei anzeigen

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

Laden…
Abbrechen
Speichern