-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
I'm trying to get the limit switches working, but I don't get a signal on the pins.
When I short the pins from the limit switch connector, the signal doesn't change. I always get 0V at the node where for example R1 and C1 are connected. When I run the setup wizard from UGS and select "invert limit switches", X is turning red, and turns green when I unselect it. Y and Z are always green, no matter if I connect the pins from the connector of if I invert the signal.
in boards/btt_skr_mini_e3_2.0_map.h
the pins are:
// Define homing/hard limit switch input pins.
#define LIMIT_PORT GPIOC
#define X_LIMIT_PIN 0 //PC0
#define Y_LIMIT_PIN 1 //PC1
#define Z_LIMIT_PIN 2 //PC2
#define LIMIT_INMODE GPIO_BITBAND

Is my board defective?
Metadata
Metadata
Assignees
Labels
No labels