diff options
author | Eric Callahan <arksine.code@gmail.com> | 2024-08-12 10:56:49 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2024-09-01 13:37:35 -0400 |
commit | 08a1c9f12760ee6d89db2b82e76c7d93453212db (patch) | |
tree | 48ac3c4496d59838bcb1a5334a89db6c8f7ef552 /docs/Config_Reference.md | |
parent | 40d6a06f8f4b55e089c96cb16cce563e3a5f1fcf (diff) | |
download | kutter-08a1c9f12760ee6d89db2b82e76c7d93453212db.tar.gz kutter-08a1c9f12760ee6d89db2b82e76c7d93453212db.tar.xz kutter-08a1c9f12760ee6d89db2b82e76c7d93453212db.zip |
docs: update temperature_probe documentation
Add documentation for the "max_valid_temp" option.
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r-- | docs/Config_Reference.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index f19f0ebc..e4c70937 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -2458,6 +2458,10 @@ postfix for both sections. # "calibration_extruder_temp" option is set. Its recommended to heat # the extruder some distance from the bed to minimize its impact on # the probe coil temperature. The default is 50. +#max_validation_temp: 60. +# The maximum temperature used to validate the calibration. It is +# recommended to set this to a value between 100 and 120 for enclosed +# printers. The default is 60. ``` ## Temperature sensors |