diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2016-11-18 13:39:48 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2016-11-18 14:17:53 -0500 |
commit | ab1972d1cfeb8581016a8322786df441876da368 (patch) | |
tree | f1c1a573df541c7d86d6bcf53494653f28d4f3b6 /docs | |
parent | e0aa067cc9e85d3244045afce34fc2e6764fa66e (diff) | |
download | kutter-ab1972d1cfeb8581016a8322786df441876da368.tar.gz kutter-ab1972d1cfeb8581016a8322786df441876da368.tar.xz kutter-ab1972d1cfeb8581016a8322786df441876da368.zip |
homing: Verify the endstops are no longer triggered after retract move
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Todo.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/Todo.md b/docs/Todo.md index 9b5516ea..dbd75030 100644 --- a/docs/Todo.md +++ b/docs/Todo.md @@ -86,8 +86,6 @@ Safety features can be useful to detect a sensor failure (eg, thermistor short) that could otherwise cause the PID to command excessive heating. -* Verify the endstop is no longer triggered after retraction. - * Possibly implement host based checking on the ratio between extrude amount and head movement. * Enforce acceleration and speed limits on extruder stepper motor. |