Skip to content

BTT SKR Mini E3 V2.0 problem with limit switches #65

@kokospalme

Description

@kokospalme

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
Bildschirmfoto 2025-01-02 um 22 46 50

Is my board defective?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions