mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-07 14:04:17 -06:00
Deploying to gh-pages from @ Klipper3d/klipper@2b9e041a86 🚀
This commit is contained in:
parent
daf079db38
commit
78fd0b877c
15 changed files with 27 additions and 4 deletions
|
@ -8510,14 +8510,15 @@ serial:
|
|||
|
||||
<h3 id="angle">[angle]<a class="headerlink" href="#angle" title="Permanent link">¶</a></h3>
|
||||
<p>Magnetic hall angle sensor support for reading stepper motor angle
|
||||
shaft measurements using a1333, as5047d, or tle5012b SPI chips. The
|
||||
measurements are available via the <a href="API_Server.html">API Server</a> and
|
||||
shaft measurements using a1333, as5047d, mt6816, mt6826s,
|
||||
or tle5012b SPI chips.
|
||||
The measurements are available via the <a href="API_Server.html">API Server</a> and
|
||||
<a href="Debugging.html#motion-analysis-and-data-logging">motion analysis tool</a>.
|
||||
See the <a href="G-Codes.html#angle">G-Code reference</a> for available commands.</p>
|
||||
<div class="highlight"><pre><span></span><code>[angle my_angle_sensor]
|
||||
sensor_type:
|
||||
# The type of the magnetic hall sensor chip. Available choices are
|
||||
# "a1333", "as5047d", and "tle5012b". This parameter must be
|
||||
# "a1333", "as5047d", "mt6816", "mt6826s", and "tle5012b". This parameter must be
|
||||
# specified.
|
||||
#sample_period: 0.000400
|
||||
# The query period (in seconds) to use during measurements. The
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue