Browse Source

Add comment to M412

Scott Lahteine 4 years ago
parent
commit
0fad9535d1
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      Marlin/src/gcode/feature/runout/M412.cpp

+ 6
- 0
Marlin/src/gcode/feature/runout/M412.cpp View File

29
 
29
 
30
 /**
30
 /**
31
  * M412: Enable / Disable filament runout detection
31
  * M412: Enable / Disable filament runout detection
32
+ *
33
+ * Parameters
34
+ *  R         : Reset the runout sensor
35
+ *  S<bool>   : Reset and enable/disable the runout sensor
36
+ *  H<bool>   : Enable/disable host handling of filament runout
37
+ *  D<linear> : Extra distance to continue after runout is triggered
32
  */
38
  */
33
 void GcodeSuite::M412() {
39
 void GcodeSuite::M412() {
34
   if (parser.seen("RS"
40
   if (parser.seen("RS"

Loading…
Cancel
Save