mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-13 09:48:00 -06:00
Deploying to gh-pages from @ Klipper3d/klipper@a8b493a1ae 🚀
This commit is contained in:
parent
aea6927083
commit
4aee82b247
355 changed files with 6096 additions and 5 deletions
|
@ -973,6 +973,13 @@
|
|||
[smart_effector]
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#probe_eddy_current" class="md-nav__link">
|
||||
[probe_eddy_current]
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -2451,6 +2458,20 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="Eddy_Probe.html" class="md-nav__link">
|
||||
Eddy Current Inductive probe
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</li>
|
||||
|
@ -2985,6 +3006,13 @@
|
|||
[smart_effector]
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#probe_eddy_current" class="md-nav__link">
|
||||
[probe_eddy_current]
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -5510,6 +5538,37 @@ z_offset:
|
|||
# See the "probe" section for more information on the parameters above.
|
||||
</code></pre></div>
|
||||
|
||||
<h3 id="probe_eddy_current">[probe_eddy_current]<a class="headerlink" href="#probe_eddy_current" title="Permanent link">¶</a></h3>
|
||||
<p>Support for eddy current inductive probes. One may define this section
|
||||
(instead of a probe section) to enable this probe. See the
|
||||
<a href="G-Codes.html#probe_eddy_current">command reference</a> for further information.</p>
|
||||
<div class="highlight"><pre><span></span><code>[probe_eddy_current my_eddy_probe]
|
||||
sensor_type: ldc1612
|
||||
# The sensor chip used to perform eddy current measurements. This
|
||||
# parameter must be provided and must be set to ldc1612.
|
||||
#z_offset:
|
||||
# The nominal distance (in mm) between the nozzle and bed that a
|
||||
# probing attempt should stop at. This parameter must be provided.
|
||||
#i2c_address:
|
||||
#i2c_mcu:
|
||||
#i2c_bus:
|
||||
#i2c_software_scl_pin:
|
||||
#i2c_software_sda_pin:
|
||||
#i2c_speed:
|
||||
# The i2c settings for the sensor chip. See the "common I2C
|
||||
# settings" section for a description of the above parameters.
|
||||
#x_offset:
|
||||
#y_offset:
|
||||
#speed:
|
||||
#lift_speed:
|
||||
#samples:
|
||||
#sample_retract_dist:
|
||||
#samples_result:
|
||||
#samples_tolerance:
|
||||
#samples_tolerance_retries:
|
||||
# See the "probe" section for information on these parameters.
|
||||
</code></pre></div>
|
||||
|
||||
<h3 id="axis_twist_compensation">[axis_twist_compensation]<a class="headerlink" href="#axis_twist_compensation" title="Permanent link">¶</a></h3>
|
||||
<p>A tool to compensate for inaccurate probe readings due to twist in X gantry. See
|
||||
the <a href="Axis_Twist_Compensation.html">Axis Twist Compensation Guide</a> for more
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue