mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-07 22:14:05 -06:00
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>
This commit is contained in:
parent
fbd7cc243b
commit
d2ecc9d80c
4 changed files with 17 additions and 15 deletions
10
docs/Todo.md
10
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue