Skip to content

Commit

Permalink
Deploying to gh-pages from @ DangerKlippers/danger-klipper@c02b0f4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerlz committed May 23, 2024
1 parent c1aface commit 791963e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions G-Codes.html
Original file line number Diff line number Diff line change
Expand Up @@ -7370,12 +7370,16 @@ <h4 id="pid_calibrate_1">PID_CALIBRATE<a class="headerlink" href="#pid_calibrate
noise readings might allow 0.01, to be used, while noisy reading might
require a value of 0.03 or higher.</p>
<h4 id="set_heater_pid">SET_HEATER_PID<a class="headerlink" href="#set_heater_pid" title="Permanent link">&para;</a></h4>
<p><code>SET_HEATER_PID HEATER=&lt;config_name&gt; KP=&lt;kp&gt; KI=&lt;ki&gt; KD=&lt;kd&gt;</code>: Will
<p><code>SET_HEATER_PID HEATER=&lt;heater_name&gt; KP=&lt;kp&gt; KI=&lt;ki&gt; KD=&lt;kd&gt;</code>: Will
allow one to manually change PID parameters of heaters without a
reload of the firmware.</p>
reload of the firmware.
HEATER takes the short name (so for <code>heater_generic chamber</code> you would only
write <code>chamber</code>)</p>
<h3 id="pid_profile">[pid_profile]<a class="headerlink" href="#pid_profile" title="Permanent link">&para;</a></h3>
<p>The PID_PROFILE module is automatically loaded if a heater is defined
in the config file.</p>
<p>HEATER generally takes the short name (so for <code>heater_generic chamber</code> you would
only write <code>chamber</code>)</p>
<h4 id="pid_profile_1">PID_PROFILE<a class="headerlink" href="#pid_profile_1" title="Permanent link">&para;</a></h4>
<p><code>PID_PROFILE LOAD=&lt;profile_name&gt; HEATER=&lt;heater_name&gt; [DEFAULT=&lt;profile_name&gt;]
[VERBOSE=&lt;verbosity&gt;] [KEEP_TARGET=0|1] [LOAD_CLEAN=0|1]</code>:
Expand All @@ -7392,10 +7396,10 @@ <h4 id="pid_profile_1">PID_PROFILE<a class="headerlink" href="#pid_profile_1" ti
started up, if set to 0, the profile will retain previous heating information.
By default the information will be kept to reduce overshoot, change this value
if you encounter weird behaviour while switching profiles.</p>
<p><code>PID_PROFILE SAVE=&lt;profile_name&gt; HEATER=&lt;config_name&gt;</code>:
<p><code>PID_PROFILE SAVE=&lt;profile_name&gt; HEATER=&lt;heater_name&gt;</code>:
Saves the currently loaded profile of the specified heater to the config under
the given name.</p>
<p><code>PID_PROFILE REMOVE=&lt;profile_name&gt; HEATER=&lt;config_name&gt;</code>:
<p><code>PID_PROFILE REMOVE=&lt;profile_name&gt; HEATER=&lt;heater_name&gt;</code>:
Removes the given profile from the profiles List for the current session and config if SAVE_CONFIG is issued afterwards.</p>
<p><code>PID_PROFILE SET_VALUES=&lt;profile_name&gt; HEATER=&lt;heater_name&gt; TARGET=&lt;target_temp&gt; TOLERANCE=&lt;tolerance&gt;
CONTROL=&lt;control_type&gt; KP=&lt;kp&gt; KI=&lt;ki&gt; KD=&lt;kd&gt; [RESET_TARGET=0|1] [LOAD_CLEAN=0|1]</code>:
Expand Down
Binary file modified _klipper3d/__pycache__/mkdocs_hooks.cpython-38.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 791963e

Please sign in to comment.