aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Todo.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-03-11 00:22:44 -0500
committerKevin O'Connor <kevin@koconnor.net>2018-03-11 00:49:11 -0500
commit5208fc38edc7e62958bfc51de7918351b888b408 (patch)
tree78837f8929048a871af75f23d1837afac535175b /docs/Todo.md
parentb549c3927e292a33188b46d22fc67ab48b6b790a (diff)
downloadkutter-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.md4
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
================