Deploying to gh-pages from @ Klipper3d/klipper@d9daeb0803 🚀
This commit is contained in:
@@ -919,6 +919,13 @@
|
||||
[bltouch]
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#smart_effector" class="md-nav__link">
|
||||
[smart_effector]
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
@@ -2776,6 +2783,13 @@
|
||||
[bltouch]
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#smart_effector" class="md-nav__link">
|
||||
[smart_effector]
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
@@ -4283,10 +4297,10 @@ max_temp:
|
||||
<div class="highlight"><pre><span></span><code>[screws_tilt_adjust]
|
||||
#screw1:
|
||||
# The (X, Y) coordinate of the first bed leveling screw. This is a
|
||||
# position to command the nozzle to that is directly above the bed
|
||||
# screw (or as close as possible while still being above the bed).
|
||||
# This is the base screw used in calculations. This parameter must
|
||||
# be provided.
|
||||
# position to command the nozzle to so that the probe is directly
|
||||
# above the bed screw (or as close as possible while still being
|
||||
# above the bed). This is the base screw used in calculations. This
|
||||
# parameter must be provided.
|
||||
#screw1_name:
|
||||
# An arbitrary name for the given screw. This name is displayed when
|
||||
# the helper script runs. The default is to use a name based upon
|
||||
@@ -4689,8 +4703,8 @@ cs_pin:
|
||||
# for more details on using this feature.
|
||||
#min_freq: 5
|
||||
# Minimum frequency to test for resonances. The default is 5 Hz.
|
||||
#max_freq: 120
|
||||
# Maximum frequency to test for resonances. The default is 120 Hz.
|
||||
#max_freq: 133.33
|
||||
# Maximum frequency to test for resonances. The default is 133.33 Hz.
|
||||
#accel_per_hz: 75
|
||||
# This parameter is used to determine which acceleration to use to
|
||||
# test a specific frequency: accel = accel_per_hz * freq. Higher the
|
||||
@@ -4848,6 +4862,53 @@ control_pin:
|
||||
# 有关这些参数的信息,请参见"probe"分段。
|
||||
</code></pre></div>
|
||||
|
||||
<h3 id="smart_effector">[smart_effector]<a class="headerlink" href="#smart_effector" title="Permanent link">¶</a></h3>
|
||||
<p>The "Smart Effector" from Duet3d implements a Z probe using a force sensor. One may define this section instead of <code>[probe]</code> to enable the Smart Effector specific features. This also enables <a href="G-Codes.html#smart_effector">runtime commands</a> to adjust the parameters of the Smart Effector at run time.</p>
|
||||
<div class="highlight"><pre><span></span><code>[smart_effector]
|
||||
pin:
|
||||
# Pin connected to the Smart Effector Z Probe output pin (pin 5). Note that
|
||||
# pullup resistor on the board is generally not required. However, if the
|
||||
# output pin is connected to the board pin with a pullup resistor, that
|
||||
# resistor must be high value (e.g. 10K Ohm or more). Some boards have a low
|
||||
# value pullup resistor on the Z probe input, which will likely result in an
|
||||
# always-triggered probe state. In this case, connect the Smart Effector to
|
||||
# a different pin on the board. This parameter is required.
|
||||
#control_pin:
|
||||
# Pin connected to the Smart Effector control input pin (pin 7). If provided,
|
||||
# Smart Effector sensitivity programming commands become available.
|
||||
#probe_accel:
|
||||
# If set, limits the acceleration of the probing moves (in mm/sec^2).
|
||||
# A sudden large acceleration at the beginning of the probing move may
|
||||
# cause spurious probe triggering, especially if the hotend is heavy.
|
||||
# To prevent that, it may be necessary to reduce the acceleration of
|
||||
# the probing moves via this parameter.
|
||||
#recovery_time: 0.4
|
||||
# A delay between the travel moves and the probing moves in seconds. A fast
|
||||
# travel move prior to probing may result in a spurious probe triggering.
|
||||
# This may cause 'Probe triggered prior to movement' errors if no delay
|
||||
# is set. Value 0 disables the recovery delay.
|
||||
# Default value is 0.4.
|
||||
#x_offset:
|
||||
#y_offset:
|
||||
# Should be left unset (or set to 0).
|
||||
z_offset:
|
||||
# Trigger height of the probe. Start with -0.1 (mm), and adjust later using
|
||||
# `PROBE_CALIBRATE` command. This parameter must be provided.
|
||||
#speed:
|
||||
# Speed (in mm/s) of the Z axis when probing. It is recommended to start
|
||||
# with the probing speed of 20 mm/s and adjust it as necessary to improve
|
||||
# the accuracy and repeatability of the probe triggering.
|
||||
#samples:
|
||||
#sample_retract_dist:
|
||||
#samples_result:
|
||||
#samples_tolerance:
|
||||
#samples_tolerance_retries:
|
||||
#activate_gcode:
|
||||
#deactivate_gcode:
|
||||
#deactivate_on_each_sample:
|
||||
# See the "probe" section for more information on the parameters above.
|
||||
</code></pre></div>
|
||||
|
||||
<h2 id="_16">额外的步进电机和挤出机<a class="headerlink" href="#_16" title="Permanent link">¶</a></h2>
|
||||
<h3 id="stepper_z1">[stepper_z1]<a class="headerlink" href="#stepper_z1" title="Permanent link">¶</a></h3>
|
||||
<p>Multi-stepper axes. On a cartesian style printer, the stepper controlling a given axis may have additional config blocks defining steppers that should be stepped in concert with the primary stepper. One may define any number of sections with a numeric suffix starting at 1 (for example, "stepper_z1", "stepper_z2", etc.).</p>
|
||||
@@ -5388,14 +5449,25 @@ pin:
|
||||
#sensor_type:
|
||||
#sensor_pin:
|
||||
#control:
|
||||
#pid_Kp:
|
||||
#pid_Ki:
|
||||
#pid_Kd:
|
||||
#pid_deriv_time:
|
||||
#max_delta:
|
||||
#min_temp:
|
||||
#max_temp:
|
||||
# See the "extruder" section for a description of the above parameters.
|
||||
#pid_Kp:
|
||||
#pid_Ki:
|
||||
#pid_Kd:
|
||||
# The proportional (pid_Kp), integral (pid_Ki), and derivative
|
||||
# (pid_Kd) settings for the PID feedback control system. Klipper
|
||||
# evaluates the PID settings with the following general formula:
|
||||
# fan_pwm = max_power - (Kp*e + Ki*integral(e) - Kd*derivative(e)) / 255
|
||||
# Where "e" is "target_temperature - measured_temperature" and
|
||||
# "fan_pwm" is the requested fan rate with 0.0 being full off and
|
||||
# 1.0 being full on. The pid_Kp, pid_Ki, and pid_Kd parameters must
|
||||
# be provided when the PID control algorithm is enabled.
|
||||
#pid_deriv_time: 2.0
|
||||
# A time value (in seconds) over which temperature measurements will
|
||||
# be smoothed when using the PID control algorithm. This may reduce
|
||||
# the impact of measurement noise. The default is 2 seconds.
|
||||
#target_temp: 40.0
|
||||
# A temperature (in Celsius) that will be the target temperature.
|
||||
# The default is 40 degrees.
|
||||
@@ -5457,7 +5529,7 @@ pin:
|
||||
|
||||
<h3 id="neopixel">[neopixel]<a class="headerlink" href="#neopixel" title="Permanent link">¶</a></h3>
|
||||
<p>Neopixel (aka WS2812) LED support (one may define any number of sections with a "neopixel" prefix). See the <a href="G-Codes.html#led">command reference</a> for more information.</p>
|
||||
<p>Note that the <a href="RPi_microcontroller.html">linux mcu</a> implementation does not currently support directly connected neopixels.</p>
|
||||
<p>Note that the <a href="RPi_microcontroller.html">linux mcu</a> implementation does not currently support directly connected neopixels. The current design using the Linux kernel interface does not allow this scenario because the kernel GPIO interface is not fast enough to provide the required pulse rates.</p>
|
||||
<div class="highlight"><pre><span></span><code>[neopixel my_neopixel]
|
||||
pin:
|
||||
# The pin connected to the neopixel. This parameter must be
|
||||
@@ -5468,8 +5540,9 @@ pin:
|
||||
# Neopixel is connected to the pin).
|
||||
#color_order: GRB
|
||||
# Set the pixel order required by the LED hardware (using a string
|
||||
# containing the letters R, G, B, W with W optional). The default is
|
||||
# GRB.
|
||||
# containing the letters R, G, B, W with W optional). Alternatively,
|
||||
# this may be a comma separated list of pixel orders - one for each
|
||||
# LED in the chain. The default is GRB.
|
||||
#initial_RED: 0.0
|
||||
#initial_GREEN: 0.0
|
||||
#initial_BLUE: 0.0
|
||||
|
||||
Reference in New Issue
Block a user