diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-08-25 23:14:44 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-08-26 18:27:21 -0400 |
commit | 80dc1dfcc16753802c80603f3f21b175dbe48608 (patch) | |
tree | cb3c27b7dc01441e51237203bcda6c42a9223b8b /docs/Todo.md | |
parent | 931811ab59d5aa1960a42e7a5a772e82111b17a2 (diff) | |
download | kutter-80dc1dfcc16753802c80603f3f21b175dbe48608.tar.gz kutter-80dc1dfcc16753802c80603f3f21b175dbe48608.tar.xz kutter-80dc1dfcc16753802c80603f3f21b175dbe48608.zip |
docs: Remove documentation for "custom" command blocks
It should no longer be necessary to configure "custom" commands during
mcu setup. The ad5206 and static_digital_output config sections
should provide similar functionality.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Todo.md')
-rw-r--r-- | docs/Todo.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/Todo.md b/docs/Todo.md index b9621567..7e938c9f 100644 --- a/docs/Todo.md +++ b/docs/Todo.md @@ -19,12 +19,6 @@ Host user interaction can issue commands that potentially move the head past position_min/position_max. -* Remove the "custom" block from the mcu section of the config and add - support for config sections to define CPU cooling fans, default LED - settings, stepper micro-controller pins, and digipot settings. It is - more user friendly to configure the printer via additional config - sections than via low-level micro-controller commands. - * Improve logging: * Possibly collate and report the statistics messages in the log in a |