diff options
author | Denis Ignatenko <60291791+test3210-d@users.noreply.github.com> | 2020-03-02 05:05:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-01 22:05:12 -0500 |
commit | f84542cd20dba6b3ffffd1da1b6363bcbd31b279 (patch) | |
tree | 50d2fe77b674966a4fc2e34f5d13dde5dbfc3992 /docs | |
parent | 26523d77bab09948412ff9695c13209ad2395256 (diff) | |
download | kutter-f84542cd20dba6b3ffffd1da1b6363bcbd31b279.tar.gz kutter-f84542cd20dba6b3ffffd1da1b6363bcbd31b279.tar.xz kutter-f84542cd20dba6b3ffffd1da1b6363bcbd31b279.zip |
hall_filament_width_sensor: Added virtual runout sensor (#2535)
Signed-off-by: Denis Ignatenko deniss979@gmail.com
Diffstat (limited to 'docs')
-rw-r--r-- | docs/HallFilamentWidthSensor.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/HallFilamentWidthSensor.md b/docs/HallFilamentWidthSensor.md index 7dba78cb..17a263ad 100644 --- a/docs/HallFilamentWidthSensor.md +++ b/docs/HallFilamentWidthSensor.md @@ -48,6 +48,19 @@ Sensor generates two analog output based on calculated filament width. Sum of ou # measurement_interval:10 # Sensor readings done with 10 mm intervals by default. If necessary you are free to change this setting + #Virtual filament_switch_sensor suppurt. Create sensor named hall_filament_width_sensor. + # + #min_diameter:1.0 + #Minimal diameter for trigger virtual filament_switch_sensor. + # + #Values from filament_switch_sensor. See the "filament_switch_sensor" section for information on these parameters. + # + #pause_on_runout: True + #runout_gcode: + #insert_gcode: + #event_delay: 3.0 + #pause_delay: 0.5 + ## Commands **QUERY_FILAMENT_WIDTH** - Return the current measured filament width as result |