diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2016-12-01 00:08:35 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2016-12-01 00:21:20 -0500 |
commit | d2ecc9d80c749454b3d14d547d8ec71c0c124fd1 (patch) | |
tree | e2db291926c8eca3bcd1f709013f4d3a19b933c8 /docs | |
parent | fbd7cc243ba49b7e8ab0b435e319cf133dea5224 (diff) | |
download | kutter-d2ecc9d80c749454b3d14d547d8ec71c0c124fd1.tar.gz kutter-d2ecc9d80c749454b3d14d547d8ec71c0c124fd1.tar.xz kutter-d2ecc9d80c749454b3d14d547d8ec71c0c124fd1.zip |
gcode: Add support for CLEAR_SHUTDOWN command
Add ability to clear the MCU shutdown flag from the console.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Todo.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/Todo.md b/docs/Todo.md index 77f892a1..a533fde9 100644 --- a/docs/Todo.md +++ b/docs/Todo.md @@ -14,16 +14,6 @@ Host user interaction * Provide startup scripts so that Klippy can startup at system bootup. - * Possibly rework the startup order of Klippy communication with - octoprint and the mcu. Currently Klippy only starts communication - with Octoprint after it connects with the firmware. However, this - limits the ability for Klippy to communicate connection errors to - the user. It also makes it difficult for Klippy to reconnect to the - firmware and/or restart the firmware if it needs to. - - * Support clearing MCU shutdown events from the host without having - to restart the firmware. - * Allow loading of a new config without having to restart the mcu. * Improve gcode interface: |