diff options
author | JamesH1978 <87171443+JamesH1978@users.noreply.github.com> | 2023-07-17 01:42:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-16 19:42:03 -0400 |
commit | 1c482581c3c76de31bc3be09553540197de6b382 (patch) | |
tree | 97315e6f847c8ff3c3584a813e6ec0cba3aa89a5 /config | |
parent | ffb5105b559da8da74bb8d8996da91f3171447e7 (diff) | |
download | kutter-1c482581c3c76de31bc3be09553540197de6b382.tar.gz kutter-1c482581c3c76de31bc3be09553540197de6b382.tar.xz kutter-1c482581c3c76de31bc3be09553540197de6b382.zip |
config: Update Octopus Max EZ for wrong bltouch pins (#6283)
It has been discovered on the discord by the user Pizn that the blouch pins are swapped in this config and don't include the ^ pull on the sensor pin.
This has been tested and confirmed by the user.
Signed-off-by: James Hartley <james@hartleyns.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/generic-bigtreetech-octopus-max-ez.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/generic-bigtreetech-octopus-max-ez.cfg b/config/generic-bigtreetech-octopus-max-ez.cfg index f1f153e8..60822b04 100644 --- a/config/generic-bigtreetech-octopus-max-ez.cfg +++ b/config/generic-bigtreetech-octopus-max-ez.cfg @@ -304,8 +304,8 @@ aliases: # See the sample-lcd.cfg file for definitions of common LCD displays. #[bltouch] -#sensor_pin: PB14 -#control_pin: PB15 +#sensor_pin: ^PB15 +#control_pin: PB14 # Proximity switch #[probe] |