diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2016-11-18 13:03:40 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2016-11-18 14:17:53 -0500 |
commit | e0aa067cc9e85d3244045afce34fc2e6764fa66e (patch) | |
tree | ef3a7f4e86860180843f52fb5885c6a22478b5a1 /docs | |
parent | 4f30dce64f16ad17ba471538fa3abe0e63f5b91f (diff) | |
download | kutter-e0aa067cc9e85d3244045afce34fc2e6764fa66e.tar.gz kutter-e0aa067cc9e85d3244045afce34fc2e6764fa66e.tar.xz kutter-e0aa067cc9e85d3244045afce34fc2e6764fa66e.zip |
homing: Check for timeout during homing operation
Should a homing move complete without hitting the endstop, then
disable motors, disable the endstop checking, and report the error to
the user.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Todo.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/Todo.md b/docs/Todo.md index 530104d8..9b5516ea 100644 --- a/docs/Todo.md +++ b/docs/Todo.md @@ -17,9 +17,6 @@ Host user interaction highlight an error (one has to look in the terminal tab to find the error) and errors written to the log can be non-obvious to a user. - * Implement timeouts on homing. The host currently waits forever if - an endstop is not hit during a homing operation. - * Improve startup: * Provide startup scripts so that Klippy can startup at system |