Skip to content

Commit

Permalink
Publish new build of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 20, 2024
1 parent b17b30c commit 6e24de5
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 5 deletions.
3 changes: 3 additions & 0 deletions maintenance/_sources/configuration/config_yaml.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1212,6 +1212,9 @@ Use the following settings to configure webcam support:
# Whether to include a "created with OctoPrint" watermark in the generated timelapse movies
watermark: true
# Delay to wait for after print end before rendering timelapse, in seconds. If another print gets started during this time, the rendering will be postponed.
renderAfterPrintDelay: 0
# Whether to flip the webcam horizontally
flipH: false
Expand Down
3 changes: 3 additions & 0 deletions maintenance/configuration/config_yaml.html
Original file line number Diff line number Diff line change
Expand Up @@ -1288,6 +1288,9 @@
<span class="w"> </span><span class="c1"># Whether to include a &quot;created with OctoPrint&quot; watermark in the generated timelapse movies</span>
<span class="w"> </span><span class="nt">watermark</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">true</span>

<span class="w"> </span><span class="c1"># Delay to wait for after print end before rendering timelapse, in seconds. If another print gets started during this time, the rendering will be postponed.</span>
<span class="w"> </span><span class="nt">renderAfterPrintDelay</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">0</span>

<span class="w"> </span><span class="c1"># Whether to flip the webcam horizontally</span>
<span class="w"> </span><span class="nt">flipH</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">false</span>

Expand Down
2 changes: 2 additions & 0 deletions maintenance/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -3497,6 +3497,8 @@ <h2 id="R">R</h2>
<li><a href="modules/settings.html#octoprint.settings.Settings.remove_path_update_callback">remove_path_update_callback() (octoprint.settings.Settings method)</a>
</li>
<li><a href="modules/schema.html#octoprint.schema.config.webcam.TimelapseConfig.renderAfterPrint">renderAfterPrint (octoprint.schema.config.webcam.TimelapseConfig attribute)</a>
</li>
<li><a href="modules/schema.html#octoprint.schema.config.webcam.WebcamConfig.renderAfterPrintDelay">renderAfterPrintDelay (octoprint.schema.config.webcam.WebcamConfig attribute)</a>
</li>
<li><a href="modules/schema.html#octoprint.schema.config.webcam.RenderAfterPrintEnum">RenderAfterPrintEnum (class in octoprint.schema.config.webcam)</a>
</li>
Expand Down
1 change: 1 addition & 0 deletions maintenance/modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1293,6 +1293,7 @@
<li class="toctree-l3"><a class="reference internal" href="schema.html#octoprint.schema.config.webcam.WebcamConfig.model_computed_fields"><code class="docutils literal notranslate"><span class="pre">WebcamConfig.model_computed_fields</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="schema.html#octoprint.schema.config.webcam.WebcamConfig.model_config"><code class="docutils literal notranslate"><span class="pre">WebcamConfig.model_config</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="schema.html#octoprint.schema.config.webcam.WebcamConfig.model_fields"><code class="docutils literal notranslate"><span class="pre">WebcamConfig.model_fields</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="schema.html#octoprint.schema.config.webcam.WebcamConfig.renderAfterPrintDelay"><code class="docutils literal notranslate"><span class="pre">WebcamConfig.renderAfterPrintDelay</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="schema.html#octoprint.schema.config.webcam.WebcamConfig.snapshotWebcam"><code class="docutils literal notranslate"><span class="pre">WebcamConfig.snapshotWebcam</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="schema.html#octoprint.schema.config.webcam.WebcamConfig.timelapse"><code class="docutils literal notranslate"><span class="pre">WebcamConfig.timelapse</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="schema.html#octoprint.schema.config.webcam.WebcamConfig.timelapseEnabled"><code class="docutils literal notranslate"><span class="pre">WebcamConfig.timelapseEnabled</span></code></a></li>
Expand Down
15 changes: 11 additions & 4 deletions maintenance/modules/schema.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion maintenance/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 6e24de5

Please sign in to comment.