diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-03-19 13:21:46 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-03-25 10:49:17 -0400 |
commit | 36b1ccd598f5f9825b0b76960deddd1e255b03ff (patch) | |
tree | a8c0eaf64b85e505848386ff0df595c465a98dc6 /docs/Config_Reference.md | |
parent | afe853aecc2bd5c6875cc7f4cc6da4e919d8e4a8 (diff) | |
download | kutter-36b1ccd598f5f9825b0b76960deddd1e255b03ff.tar.gz kutter-36b1ccd598f5f9825b0b76960deddd1e255b03ff.tar.xz kutter-36b1ccd598f5f9825b0b76960deddd1e255b03ff.zip |
replicape: Don't require a host alias for the enable_pin default
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r-- | docs/Config_Reference.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 9b4aa1de..e69ac4ae 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -3659,8 +3659,9 @@ example. revision: # The replicape hardware revision. Currently only revision "B3" is # supported. This parameter must be provided. -#enable_pin: !P9_41 -# The replicape global enable pin. The default is !P9_41. +#enable_pin: !gpio0_20 +# The replicape global enable pin. The default is !gpio0_20 (aka +# P9_41). host_mcu: # The name of the mcu config section that communicates with the # Klipper "linux process" mcu instance. This parameter must be |