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 /config | |
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 'config')
-rw-r--r-- | config/example.cfg | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config/example.cfg b/config/example.cfg index 32ece835..09f6c9ad 100644 --- a/config/example.cfg +++ b/config/example.cfg @@ -262,12 +262,6 @@ pin_map: arduino # micro-controller reset. The 'command' method involves sending a # Klipper command to the micro-controller so that it can reset # itself. The default is 'arduino'. -custom: -# This option may be used to specify a set of custom -# micro-controller commands to be sent at the start of the -# connection. It may be used to configure the initial settings of -# LEDs, to configure micro-stepping pins, to configure a digipot, -# etc. # The printer section controls high level printer settings. [printer] |