Deploying to gh-pages from @ Klipper3d/klipper@83308a1051 🚀

This commit is contained in:
KevinOConnor
2023-04-07 19:21:58 +00:00
parent b8f0d04ea3
commit 24c3b38053
14 changed files with 4 additions and 1 deletions

View File

@@ -2341,6 +2341,9 @@ objects (eg, <code>[tmc2208 stepper_x]</code>):</p>
<li><code>drv_status</code>: The results of the last driver status query. (Only
non-zero fields are reported.) This field will be null if the driver
is not enabled (and thus is not periodically queried).</li>
<li><code>temperature</code>: The internal temperature reported by the driver. This
field will be null if the driver is not enabled or if the driver
does not support temperature reporting.</li>
<li><code>run_current</code>: The currently set run current.</li>
<li><code>hold_current</code>: The currently set hold current.</li>
</ul>