Skip to content

Commit

Permalink
Deploying to gh-pages from @ DangerKlippers/danger-klipper@a24cbc2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerlz committed Jun 3, 2024
1 parent dab61fc commit 6453cd9
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 2 deletions.
39 changes: 39 additions & 0 deletions Config_Reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -1498,6 +1498,15 @@
</span>
</a>

</li>

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

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -4250,6 +4259,15 @@
</span>
</a>

</li>

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

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -7784,6 +7802,27 @@ <h3 id="fan">[fan]<a class="headerlink" href="#fan" title="Permanent link">&para
# the fan.
</code></pre></div>

<h3 id="heated_fan">[heated_fan]<a class="headerlink" href="#heated_fan" title="Permanent link">&para;</a></h3>
<p>Heated print cooling fans. An experimental module for high-temperature
printing that requires part cooling air to be closer to the printed part
temperature.</p>
<div class="highlight"><pre><span></span><code>[heated_fan]
# See the &quot;fan&quot; section for a description for fan parameters.
# See the &quot;heater_generic&quot; section for a description for the heater
# parameters.
#heater_temp: 50
# The target temperature (in Celsius) for the heater when the fan is
# turned on. The default is 50 Celsius.
#min_speed: 1.0
# The minimum fan speed (expressed as a value from 0.0 to 1.0) that the
# fan will be set to when its associated heater is on (e.g.: to protect
# ducts from melting). If the fan is set to a speed lower than min_speed,
# the min_speed value is applied. The default is 1.0 (100%)
#idle_timeout: 60
# A timeout in seconds for the fan to stay on when it is requested to turn
# off, to protect ducts from melting. The default is 60 (s).
</code></pre></div>

<h3 id="heater_fan">[heater_fan]<a class="headerlink" href="#heater_fan" title="Permanent link">&para;</a></h3>
<p>Heater cooling fans (one may define any number of sections with a
"heater_fan" prefix). A "heater fan" is a fan that will be enabled
Expand Down
47 changes: 46 additions & 1 deletion G-Codes.html
Original file line number Diff line number Diff line change
Expand Up @@ -1557,6 +1557,24 @@
</ul>
</nav>

</li>

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

</li>

<li class="md-nav__item">
<a href="#set_heated_fan_target" class="md-nav__link">
<span class="md-ellipsis">
SET_HEATED_FAN_TARGET
</span>
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -4722,6 +4740,24 @@
</ul>
</nav>

</li>

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

</li>

<li class="md-nav__item">
<a href="#set_heated_fan_target" class="md-nav__link">
<span class="md-ellipsis">
SET_HEATED_FAN_TARGET
</span>
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -6935,6 +6971,15 @@ <h4 id="sync_extruder_motion">SYNC_EXTRUDER_MOTION<a class="headerlink" href="#s
MOTION_QUEUE (as defined in an <a href="Config_Reference.html#extruder">extruder</a>
config section). If MOTION_QUEUE is an empty string then the stepper
will be desynchronized from all extruder movement.</p>
<h3 id="heated_fan">[heated_fan]<a class="headerlink" href="#heated_fan" title="Permanent link">&para;</a></h3>
<p>The following command is available when a
<a href="Config_Reference.html#heated_fan">heated_fan</a> is
enabled.</p>
<h3 id="set_heated_fan_target">SET_HEATED_FAN_TARGET<a class="headerlink" href="#set_heated_fan_target" title="Permanent link">&para;</a></h3>
<p><code>SET_HEATED_FAN_TARGET TARGET=&lt;temperature&gt;</code>: Override the <code>heater_temp</code>
setting in the <a href="(Config_Reference.md#heated_fan)">heated_fan config section</a>
until Klipper is restarted. Useful for slicers to set different heated fan
temperatures at different layers.</p>
<h3 id="fan_generic">[fan_generic]<a class="headerlink" href="#fan_generic" title="Permanent link">&para;</a></h3>
<p>The following command is available when a
<a href="Config_Reference.html#fan_generic">fan_generic config section</a> is
Expand Down Expand Up @@ -7823,7 +7868,7 @@ <h4 id="tr_load_toolhead">TR_LOAD_TOOLHEAD<a class="headerlink" href="#tr_load_t
for details on the difference between lanes and tools and how they
relate to each other.</p>
<h4 id="t0-t1-t2-etc">T0, T1, T2, etc.<a class="headerlink" href="#t0-t1-t2-etc" title="Permanent link">&para;</a></h4>
<p><code>T&lt;tool index&gt;</code>: Equivalent to calling
<p><code>T&lt;tool index&gt;</code>: Equivalent to calling
<code>TR_LOAD_TOOLHEAD TOOL=&lt;tool index&gt;</code>. All of the optional parameters
accepted by the TR_LOAD_TOOLHEAD command can also be used with these
commands.</p>
Expand Down
Binary file modified _klipper3d/__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.

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

0 comments on commit 6453cd9

Please sign in to comment.