diff options
author | alchemyEngine <robertp@norbital.com> | 2022-09-25 18:39:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-25 12:39:14 -0400 |
commit | 34870d3e2a6232d36b53756d24beaf4491cfbdb8 (patch) | |
tree | 31ffd8f414ead0c1389f7cbbf48afc4febd5e134 /docs/Status_Reference.md | |
parent | 51da02b7f8b4a691154b9c5c8f982d35beac9883 (diff) | |
download | kutter-34870d3e2a6232d36b53756d24beaf4491cfbdb8.tar.gz kutter-34870d3e2a6232d36b53756d24beaf4491cfbdb8.tar.xz kutter-34870d3e2a6232d36b53756d24beaf4491cfbdb8.zip |
z_thermal_adjust: Add Z thermal adjuster module (#4157)
Use a frame-coupled temperature probe to compensate for thermal
expansion in real-time.
Signed-off by: Robert Pazdzior <robertp@norbital.com>
Diffstat (limited to 'docs/Status_Reference.md')
-rw-r--r-- | docs/Status_Reference.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/Status_Reference.md b/docs/Status_Reference.md index 636a9cc1..99d4f0f3 100644 --- a/docs/Status_Reference.md +++ b/docs/Status_Reference.md @@ -484,6 +484,19 @@ object is always available): - `state_message`: A human readable string giving additional context on the current Klipper state. +## z_thermal_adjust + +The following information is available in the `z_thermal_adjust` object (this +object is available if [z_thermal_adjust](Config_Reference.md#z_thermal_adjust) +is defined). +- `enabled`: Returns True if adjustment is enabled. +- `temperature`: Current (smoothed) temperature of the defined sensor. [degC] +- `measured_min_temp`: Minimum measured temperature. [degC] +- `measured_max_temp`: Maximum measured temperature. [degC] +- `current_z_adjust`: Last computed Z adjustment [mm]. +- `z_adjust_ref_temperature`: Current reference temperature used for calculation + of Z `current_z_adjust` [degC]. + ## z_tilt The following information is available in the `z_tilt` object (this |