diff options
Diffstat (limited to 'klippy')
-rw-r--r-- | klippy/extras/verify_heater.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/verify_heater.py b/klippy/extras/verify_heater.py index 8c5360d5..6726e479 100644 --- a/klippy/extras/verify_heater.py +++ b/klippy/extras/verify_heater.py @@ -6,7 +6,7 @@ import logging HINT_THERMAL = """ -See the 'verify_heater' section in config/example-extras.cfg +See the 'verify_heater' section in docs/Config_Reference.md for the parameters that control this check. """ |