aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2021-06-13 22:52:57 -0400
committerKevin O'Connor <kevin@koconnor.net>2021-06-27 18:50:51 -0400
commit7fd7853785715fac01879c14cf1e9eb6422b3409 (patch)
tree30005f8246a4b8b9367ccae96f7096e424e99792 /docs
parent4d559633e3a3f9e4aba585c30422c8f5772f2b46 (diff)
downloadkutter-7fd7853785715fac01879c14cf1e9eb6422b3409.tar.gz
kutter-7fd7853785715fac01879c14cf1e9eb6422b3409.tar.xz
kutter-7fd7853785715fac01879c14cf1e9eb6422b3409.zip
duplicate_pin_override: Debugging tool to permit multiple use pins
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r--docs/Config_Reference.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md
index 7b9a9768..94b8d88f 100644
--- a/docs/Config_Reference.md
+++ b/docs/Config_Reference.md
@@ -1574,6 +1574,22 @@ main printer config file. Wildcards may also be used (eg,
[include my_other_config.cfg]
```
+## [duplicate_pin_override]
+
+This tool allows a single micro-controller pin to be defined multiple
+times in a config file without normal error checking. This is intended
+for diagnostic and debugging purposes. This section is not needed
+where Klipper supports using the same pin multiple times, and using
+this override may cause confusing and unexpected results.
+
+```
+[duplicate_pin_override]
+pins:
+# A comma separated list of pins that may be used multiple times in
+# a config file without normal error checks. This parameter must be
+# provided.
+```
+
# Bed probing hardware
## [probe]