diff options
author | TheBugLebowsky <morganfw@users.noreply.github.com> | 2021-06-02 16:48:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-02 10:48:24 -0400 |
commit | 9f4a0dc77f3d9f38e49d0f1aa56b7db58ae1c989 (patch) | |
tree | d274110540444885b9163f3d40048a761c0747ff /config | |
parent | b5e4f3d20453b2720fbb2e21b1585637048271f8 (diff) | |
download | kutter-9f4a0dc77f3d9f38e49d0f1aa56b7db58ae1c989.tar.gz kutter-9f4a0dc77f3d9f38e49d0f1aa56b7db58ae1c989.tar.xz kutter-9f4a0dc77f3d9f38e49d0f1aa56b7db58ae1c989.zip |
config: Modify printer-tronxy-x5sa-pro-2020.cfg (#4330)
Invert filament_switch_sensor switch_pin
Signed-off-by: Morgan Barresi <morganfw@gmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/printer-tronxy-x5sa-pro-2020.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/printer-tronxy-x5sa-pro-2020.cfg b/config/printer-tronxy-x5sa-pro-2020.cfg index 63af6392..b09fffc1 100644 --- a/config/printer-tronxy-x5sa-pro-2020.cfg +++ b/config/printer-tronxy-x5sa-pro-2020.cfg @@ -112,7 +112,7 @@ pin: PD6 pause_on_runout: True runout_gcode: M25 -switch_pin: PA15 +switch_pin: !PA15 [output_pin beeper] pin: PB0 |