(SKR 1.3) Assign DIAG pins for homing dir (#15972)
This commit is contained in:
committed by
Scott Lahteine
parent
0fcd1f4a49
commit
4a5dee6356
@@ -23,6 +23,17 @@
|
||||
|
||||
#define BOARD_INFO_NAME "BIGTREE SKR 1.1"
|
||||
|
||||
//
|
||||
// Limit Switches
|
||||
//
|
||||
|
||||
#define X_MIN_PIN P1_29
|
||||
#define X_MAX_PIN P1_28
|
||||
#define Y_MIN_PIN P1_27
|
||||
#define Y_MAX_PIN P1_26
|
||||
#define Z_MIN_PIN P1_25
|
||||
#define Z_MAX_PIN P1_24
|
||||
|
||||
//
|
||||
// Steppers
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user