docs: update job_queue documentation

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2021-11-26 16:56:54 -05:00
parent e8cdd8a928
commit 0f428acd07
1 changed files with 8 additions and 0 deletions

View File

@ -118,6 +118,14 @@ load_on_startup: False
# been paused it will automatically resume. Note that neither # been paused it will automatically resume. Note that neither
# the job_transition_delay nor the job_transition_gcode are # the job_transition_delay nor the job_transition_gcode are
# applied in this case. The default is False. # applied in this case. The default is False.
automatic_transition: False
# When set to True the queue will automatically transition to
# the next job in the queue after the current job is complete.
# This is useful for belt printers and other machines with the
# ability to automate clearing of the build area. When False
# the queue will be paused after each job is loaded, requiring
# that users manually resume to load the next print. The default
# is False.
job_transition_delay: job_transition_delay:
# The amount of time to delay after completion of a job before # The amount of time to delay after completion of a job before
# loading the next job on the queue. The default is no delay. # loading the next job on the queue. The default is no delay.