mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-05 21:14:05 -06:00
Deploying to gh-pages from @ Klipper3d/klipper@73f4c6cd00 🚀
This commit is contained in:
parent
c59d7deec7
commit
2a40bb2218
14 changed files with 7 additions and 4 deletions
|
@ -5393,13 +5393,16 @@ When used on a driver which has the <code>globalscaler</code> field (tmc5160 and
|
|||
if StealthChop2 is used, the stepper must be held at standstill for >130ms so
|
||||
that the driver executes the AT#1 calibration.</p>
|
||||
<h4 id="set_tmc_field">SET_TMC_FIELD<a class="headerlink" href="#set_tmc_field" title="Permanent link">¶</a></h4>
|
||||
<p><code>SET_TMC_FIELD STEPPER=<name> FIELD=<field> VALUE=<value></code>: This will
|
||||
alter the value of the specified register field of the TMC driver.
|
||||
<p><code>SET_TMC_FIELD STEPPER=<name> FIELD=<field> VALUE=<value> VELOCITY=<value></code>:
|
||||
This will alter the value of the specified register field of the TMC driver.
|
||||
This command is intended for low-level diagnostics and debugging only
|
||||
because changing the fields during run-time can lead to undesired and
|
||||
potentially dangerous behavior of your printer. Permanent changes
|
||||
should be made using the printer configuration file instead. No sanity
|
||||
checks are performed for the given values.</p>
|
||||
checks are performed for the given values.
|
||||
A VELOCITY can also be specified instead of a VALUE. This velocity is
|
||||
converted to the 20bit TSTEP based value representation. Only use the VELOCITY
|
||||
argument for fields that represent velocities.</p>
|
||||
<h3 id="toolhead">[toolhead]<a class="headerlink" href="#toolhead" title="Permanent link">¶</a></h3>
|
||||
<p>The toolhead module is automatically loaded.</p>
|
||||
<h4 id="set_velocity_limit">SET_VELOCITY_LIMIT<a class="headerlink" href="#set_velocity_limit" title="Permanent link">¶</a></h4>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue