Skip to content

Commit

Permalink
Deploying to gh-pages from @ c67b2bd 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerlz committed Jan 30, 2025
1 parent 2936c68 commit e53895a
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 1 deletion.
46 changes: 46 additions & 0 deletions Config_Reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#pid_profile" class="md-nav__link">
<span class="md-ellipsis">
[pid_profile]
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -3900,6 +3909,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#pid_profile" class="md-nav__link">
<span class="md-ellipsis">
[pid_profile]
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -6438,6 +6456,34 @@ <h3 id="heater_bed">[heater_bed]<a class="headerlink" href="#heater_bed" title="
# See the &quot;extruder&quot; section for a description of the above parameters.
</code></pre></div>

<h3 id="pid_profile">[pid_profile]<a class="headerlink" href="#pid_profile" title="Permanent link">&para;</a></h3>
<p>Pid Profiles specify a set of PID values that can be loaded at runtime.</p>
<div class="highlight"><pre><span></span><code>[pid_profile &lt;heater&gt; &lt;profile-name&gt;]
pid_version: 1
# This defines the version it was saved with and is important for compatibility
# checks, leave it at 1!
pid_target:
# For reference only, specifies the temperature the profile was calibrated for.
# If you create a custom profile, either enter the temperature that profile is
# intended to be used at or leave it blank.
pid_tolerance:
# The tolerance that was used when autocalibrating the profile. If you define
# a custom profile, leave it empty.
control: &lt;pid|pid_v&gt;
# Has to be either pid or pid_v.
# This parameter is required.
pid_kp:
# The P value for the PID Control.
# This parameter is required.
pid_ki:
# The I value for the PID Control.
# This parameter is required.
pid_kd:
# The D value for the PID Control.
# This parameter is required.
</code></pre></div>

<p>For more information, read up on docs/PID.md</p>
<h2 id="bed-level-support">Bed level support<a class="headerlink" href="#bed-level-support" title="Permanent link">&para;</a></h2>
<h3 id="bed_mesh">[bed_mesh]<a class="headerlink" href="#bed_mesh" title="Permanent link">&para;</a></h3>
<p>Mesh Bed Leveling. One may define a bed_mesh config section to enable
Expand Down
Binary file modified _kalico/__pycache__/mkdocs_hooks.cpython-310.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit e53895a

Please sign in to comment.