Permit Stall Sensitivity of 0 (#17722)
This commit is contained in:
@ -51,7 +51,7 @@
|
||||
//
|
||||
// Limit Switches
|
||||
//
|
||||
#if X_STALL_SENSITIVITY
|
||||
#ifdef X_STALL_SENSITIVITY
|
||||
#define X_STOP_PIN X_DIAG_PIN
|
||||
#if X_HOME_DIR < 0
|
||||
#define X_MAX_PIN PE15 // E0
|
||||
@ -63,7 +63,7 @@
|
||||
#define X_MAX_PIN PE15 // E0
|
||||
#endif
|
||||
|
||||
#if Y_STALL_SENSITIVITY
|
||||
#ifdef Y_STALL_SENSITIVITY
|
||||
#define Y_STOP_PIN Y_DIAG_PIN
|
||||
#if Y_HOME_DIR < 0
|
||||
#define Y_MAX_PIN PE10 // E1
|
||||
@ -75,7 +75,7 @@
|
||||
#define Y_MAX_PIN PE10 // E1
|
||||
#endif
|
||||
|
||||
#if Z_STALL_SENSITIVITY
|
||||
#ifdef Z_STALL_SENSITIVITY
|
||||
#define Z_STOP_PIN Z_DIAG_PIN
|
||||
#if Z_HOME_DIR < 0
|
||||
#define Z_MAX_PIN PG5 // E2
|
||||
|
Reference in New Issue
Block a user