Scott Lahteine пре 4 година
родитељ
комит
0fad9535d1
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6
    0
      Marlin/src/gcode/feature/runout/M412.cpp

+ 6
- 0
Marlin/src/gcode/feature/runout/M412.cpp Прегледај датотеку

@@ -29,6 +29,12 @@
29 29
 
30 30
 /**
31 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 39
 void GcodeSuite::M412() {
34 40
   if (parser.seen("RS"

Loading…
Откажи
Сачувај