filament_switch_sensor: Add a delay between dispatch of pause and execution of pause gcode

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Arksine 2019-09-07 08:33:44 -04:00 committed by KevinOConnor
parent a78329d0b2
commit 49779f13a2
2 changed files with 7 additions and 0 deletions

View file

@ -1683,6 +1683,11 @@
# The minimum amount of time in seconds to delay between events.
# Events triggered during this time period will be silently
# ignored. The default is 3 seconds.
#pause_delay: 0.5
# The amount of time to delay, in seconds, between the pause command
# dispatch and execution of the runout_gcode. It may be useful to
# increase this delay if Octoprint exhibits strange pause behavior.
# Default is 0.5 seconds.
#switch_pin:
# The pin on which the switch is connected. This parameter must be
# provided.