diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-04-09 22:00:26 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-04-09 22:00:26 -0400 |
commit | c539fed8bb7867e554b4aa506fc3d5d87562ad93 (patch) | |
tree | b8267571e20f6d1300314f1e97339046a9e356c7 /docs/FAQ.md | |
parent | b5b365289c877f3186c57e8135dae8a8c7b7c491 (diff) | |
download | kutter-c539fed8bb7867e554b4aa506fc3d5d87562ad93.tar.gz kutter-c539fed8bb7867e554b4aa506fc3d5d87562ad93.tar.xz kutter-c539fed8bb7867e554b4aa506fc3d5d87562ad93.zip |
docs: Add additional information to FAQ on heater checks
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/FAQ.md')
-rw-r--r-- | docs/FAQ.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md index a0c5e8f7..81ea8419 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -216,6 +216,19 @@ off all heaters and stepper motors. See the "config_digital_out" command in the [MCU commands](MCU_Commands.md) document for further details. +In addition, the micro-controller software is configured with a +minimum and maximum temperature range for each heater at startup (see +the min_temp and max_temp parameters in the +[example.cfg](../config/example.cfg) file for details). If the +micro-controller detects that the temperature is outside of that range +then it will also enter a "shutdown" state. + +Separately, the host software also implements code to check that +heaters and temperature sensors are functioning correctly. See the +"verify_heater" section of the +[example-extras.cfg](../config/example-extras.cfg) for further +details. + ### How do I upgrade to the latest software? The general way to upgrade is to ssh into the Raspberry Pi and run: |