diff options
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 |