Externel MCU pin polarity

Hello,

I am making a printer head PCB with RP2040 MCU and TMC2130 driver. The problem is that I am getting error when try to invert the driver cs pin polarity.
My topic is related to this one: Syntax error on Multi MCU pin with reverse polarity (!) · Issue #161 · Klipper3d/klipper · GitHub

So when I try
cs_pin: !head0:gpio18
I am getting
Unknown pin chip name ‘!head0’

I can not find the right way to do that in the documentation.
Can anyone help?

Thanks in advance!

Hello @sqrtmo !

Please note the use of the Configs subforum:

Configs

Please share the klippy.log file in your next post

Did you try

cs_pin: head0:!gpio18

Yep and I am getting error as well

Attaching my log file
klippy.log (1.4 MB)

my Klipper version is: v0.11.0-110-gaca0c71a

1 Like