Skip to content

Commit

Permalink
Fix BTT SKR 1.4 extra endstop pins (#16738)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebel1 authored Feb 1, 2020
1 parent 0a6ae66 commit 300b81b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_4.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
#if Z_STALL_SENSITIVITY
#define Z_STOP_PIN Z_DIAG_PIN
#if Z_HOME_DIR < 0
#define Z_MAX_PIN P1_24 // PWRDET
#define Z_MAX_PIN P1_00 // PWRDET
#else
#define Z_MIN_PIN P1_24 // PWRDET
#define Z_MIN_PIN P1_00 // PWRDET
#endif
#else
#define Z_STOP_PIN P1_27 // Z-STOP
Expand Down

0 comments on commit 300b81b

Please sign in to comment.