makerbase-mks / MKS-SKIPR

MKS SKIPR is an all-in-one board launched by Makerbase for running Klipper. It integrates the RK3328 SOC running the Klipper host and the STM32F407VET6 MCU responsible for executing specific machine actions. It meets the use of most 3D printers.
GNU General Public License v3.0
88 stars 14 forks source link

Can't invert endstop status using Klipper #24

Closed woj1965 closed 1 year ago

woj1965 commented 1 year ago

I just bought a MKS SKIPR and installed the Klipper on that, but I have a issue when I try to invert the endstop status. I using the TMC2209 via UART. I already set (p. ex.) [stepper_x] endstop_pin: PA14 and !PA14 and no effects abut the status, always I get the same. Looking in Klipper documentation, the ! is the just thing must be changed to invert the sensor status. Anyone has a clue abut that? Thanks in advance.