diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-03-11 00:22:44 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-03-11 00:49:11 -0500 |
commit | 5208fc38edc7e62958bfc51de7918351b888b408 (patch) | |
tree | 78837f8929048a871af75f23d1837afac535175b /docs/Todo.md | |
parent | b549c3927e292a33188b46d22fc67ab48b6b790a (diff) | |
download | kutter-5208fc38edc7e62958bfc51de7918351b888b408.tar.gz kutter-5208fc38edc7e62958bfc51de7918351b888b408.tar.xz kutter-5208fc38edc7e62958bfc51de7918351b888b408.zip |
verify_heater: Add initial support for verifying heaters and sensors
Add runtime checks to heaters and temperature sensors to check for
possible hardware faults.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Todo.md')
-rw-r--r-- | docs/Todo.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/Todo.md b/docs/Todo.md index adf4c8c1..2c9be3c5 100644 --- a/docs/Todo.md +++ b/docs/Todo.md @@ -44,10 +44,6 @@ Safety features endstop detection is a good idea because of spurious signals caused by electrical noise.) -* Support validating that heaters are heating at expected rates. This - can be useful to detect a sensor failure (eg, thermistor short) that - could otherwise cause the PID to command excessive heating. - Testing features ================ |