From 0f428acd07021232799e1b5e32416b507957954a Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Fri, 26 Nov 2021 16:56:54 -0500 Subject: [PATCH] docs: update job_queue documentation Signed-off-by: Eric Callahan --- docs/configuration.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index 6160377..34084f1 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -118,6 +118,14 @@ load_on_startup: False # been paused it will automatically resume. Note that neither # the job_transition_delay nor the job_transition_gcode are # 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: # The amount of time to delay after completion of a job before # loading the next job on the queue. The default is no delay.