(SKR 1.3) Assign DIAG pins for homing dir (#15972)

This commit is contained in:
pfillion42
2019-11-23 17:20:13 -05:00
committed by Scott Lahteine
parent 0fcd1f4a49
commit 4a5dee6356
3 changed files with 41 additions and 10 deletions

View File

@@ -28,16 +28,6 @@
// Ignore temp readings during development.
//#define BOGUS_TEMPERATURE_GRACE_PERIOD 2000
//
// 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
//