Skip to content

Commit

Permalink
Deploying to gh-pages from @ DangerKlippers/danger-klipper@6dd863c 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerlz committed Apr 1, 2024
1 parent 467073d commit 70519d5
Show file tree
Hide file tree
Showing 5 changed files with 81 additions and 4 deletions.
16 changes: 16 additions & 0 deletions Config_Reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -8061,11 +8061,22 @@ <h3 id="filament_switch_sensor">[filament_switch_sensor]<a class="headerlink" hr
# detected. See docs/Command_Templates.md for G-Code format. If
# pause_on_runout is set to True this G-Code will run after the
# PAUSE is complete. The default is not to run any G-Code commands.
#immediate_runout_gcode:
# A list of G-Code commands to execute immediately after a filament
# runout is detected and runout_distance is greater than 0.
# See docs/Command_Templates.md for G-Code format.
#insert_gcode:
# A list of G-Code commands to execute after a filament insert is
# detected. See docs/Command_Templates.md for G-Code format. The
# default is not to run any G-Code commands, which disables insert
# detection.
#runout_distance: 0.0
# Defines how much filament can still be pulled after the
# switch sensor triggered (e.g. you have a 60cm reverse bowden between your
# extruder and your sensor, you would then set runout_distance to something
# like 590 to leave a small safety margin and now the print will not
# immediately pause when the sensor triggers but rather keep printing until
# the filament is at the extruder). The default is 0 millimeters.
#event_delay: 3.0
# The minimum amount of time in seconds to delay between events.
# Events triggered during this time period will be silently
Expand All @@ -8078,6 +8089,10 @@ <h3 id="filament_switch_sensor">[filament_switch_sensor]<a class="headerlink" hr
#switch_pin:
# The pin on which the switch is connected. This parameter must be
# provided.
#smart:
# If set to true the sensor will use the virtual_sd_card module to determine
# whether the printer is printing which is more reliable but will not work
# when streaming a print over usb or similar.
</code></pre></div>

<h3 id="filament_motion_sensor">[filament_motion_sensor]<a class="headerlink" href="#filament_motion_sensor" title="Permanent link">&para;</a></h3>
Expand All @@ -8100,6 +8115,7 @@ <h3 id="filament_motion_sensor">[filament_motion_sensor]<a class="headerlink" hr
#insert_gcode:
#event_delay:
#pause_delay:
#smart:
# See the &quot;filament_switch_sensor&quot; section for a description of the
# above parameters.
</code></pre></div>
Expand Down
67 changes: 64 additions & 3 deletions G-Codes.html
Original file line number Diff line number Diff line change
Expand Up @@ -1218,6 +1218,26 @@
SET_FILAMENT_SENSOR
</a>

<nav class="md-nav" aria-label="SET_FILAMENT_SENSOR">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#for-filament_switch_sensor" class="md-nav__link">
For filament_switch_sensor:
</a>

</li>

<li class="md-nav__item">
<a href="#for-filament_motion_sensor" class="md-nav__link">
For filament_motion_sensor:
</a>

</li>

</ul>
</nav>

</li>

</ul>
Expand Down Expand Up @@ -3417,6 +3437,26 @@
SET_FILAMENT_SENSOR
</a>

<nav class="md-nav" aria-label="SET_FILAMENT_SENSOR">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#for-filament_switch_sensor" class="md-nav__link">
For filament_switch_sensor:
</a>

</li>

<li class="md-nav__item">
<a href="#for-filament_motion_sensor" class="md-nav__link">
For filament_motion_sensor:
</a>

</li>

</ul>
</nav>

</li>

</ul>
Expand Down Expand Up @@ -5026,9 +5066,30 @@ <h4 id="query_filament_sensor">QUERY_FILAMENT_SENSOR<a class="headerlink" href="
status of the filament sensor. The data displayed on the terminal will
depend on the sensor type defined in the configuration.</p>
<h4 id="set_filament_sensor">SET_FILAMENT_SENSOR<a class="headerlink" href="#set_filament_sensor" title="Permanent link">&para;</a></h4>
<p><code>SET_FILAMENT_SENSOR SENSOR=&lt;sensor_name&gt; ENABLE=[0|1]</code>: Sets the
filament sensor on/off. If ENABLE is set to 0, the filament sensor
will be disabled, if set to 1 it is enabled.</p>
<h6 id="for-filament_switch_sensor">For filament_switch_sensor:<a class="headerlink" href="#for-filament_switch_sensor" title="Permanent link">&para;</a></h6>
<p><code>SET_FILAMENT_SENSOR SENSOR=&lt;sensor_name&gt; [ENABLE=0|1] [RESET=0|1]
[RUNOUT_DISTANCE=&lt;mm&gt;] [SMART=0|1]</code>: Sets values for the
filament sensor. If all parameters are omitted, the current stats will
be reported. <br>
ENABLE sets the filament sensor on/off. If ENABLE is set to 0, the
filament sensor will be disabled, if set to 1 it is enabled. If the state
of the sensor changes, a reset will be triggered. <br>
RESET removes all pending runout_gcodes and pauses and force a reevaluation
of the sensor state. <br>
RUNOUT_DISTANCE sets the runout_distance. <br>
SMART sets the smart parameter.</p>
<h6 id="for-filament_motion_sensor">For filament_motion_sensor:<a class="headerlink" href="#for-filament_motion_sensor" title="Permanent link">&para;</a></h6>
<p><code>SET_FILAMENT_SENSOR SENSOR=&lt;sensor_name&gt; [ENABLE=0|1] [RESET=0|1]
[DETECTION_LENGTH=&lt;mm&gt;] [SMART=0|1]</code>: Sets values for the
filament sensor. If all parameters are omitted, the current stats will
be reported. <br>
ENABLE sets the filament sensor on/off. If ENABLE is set to 0, the
filament sensor will be disabled, if set to 1 it is enabled. If the sensor
was previously disabled and gets enabled, a reset will be triggered. <br>
RESET resets the state of the sensor and sets it to filament detected. <br>
DETECTION_LENGTH sets the detection_length, if the new detection length is
different from the old one, a reset will be triggered. <br>
SMART sets the smart parameter.</p>
<h3 id="firmware_retraction">[firmware_retraction]<a class="headerlink" href="#firmware_retraction" title="Permanent link">&para;</a></h3>
<p>The following standard G-Code commands are available when the
<a href="Config_Reference.html#firmware_retraction">firmware_retraction config section</a>
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 70519d5

Please sign in to comment.