Browse Source

Include a comment documenting M110

Scott Lahteine 10 years ago
parent
commit
aaad65ff5d
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/Marlin_main.cpp

+ 1
- 0
Marlin/Marlin_main.cpp View File

@@ -138,6 +138,7 @@
138 138
  * M109 - Sxxx Wait for extruder current temp to reach target temp. Waits only when heating
139 139
  *        Rxxx Wait for extruder current temp to reach target temp. Waits when heating and cooling
140 140
  *        IF AUTOTEMP is enabled, S<mintemp> B<maxtemp> F<factor>. Exit autotemp by any M109 without F
141
+ * M110 - Set the current line number
141 142
  * M111 - Set debug flags with S<mask>. See flag bits defined in Marlin.h.
142 143
  * M112 - Emergency stop
143 144
  * M114 - Output current position to serial port

Loading…
Cancel
Save