diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-05-22 11:55:41 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-05-22 11:55:41 -0400 |
commit | e8aabbb40b3216197dd624874139914869285dc1 (patch) | |
tree | 1f92946410b38658bb5ff3e340734fba331d8c07 /docs | |
parent | 02a5fa2c79592410e053a40e4fca53de1ce90fe9 (diff) | |
download | kutter-e8aabbb40b3216197dd624874139914869285dc1.tar.gz kutter-e8aabbb40b3216197dd624874139914869285dc1.tar.xz kutter-e8aabbb40b3216197dd624874139914869285dc1.zip |
docs: Add Todo item for supporting custom fan and pin config sections
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Todo.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/Todo.md b/docs/Todo.md index 7e938c9f..b9621567 100644 --- a/docs/Todo.md +++ b/docs/Todo.md @@ -19,6 +19,12 @@ 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 |