Skip to content

Commit

Permalink
Fix Z_MIN_PROBE_PIN on SKR 1.4 (MarlinFirmware#17187)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Mar 16, 2020
1 parent b14c933 commit f6e80d5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_4.h
Expand Up @@ -96,11 +96,7 @@
// Z Probe (when not Z_MIN_PIN)
//
#ifndef Z_MIN_PROBE_PIN
#if Z_STOP_PIN != P1_27
#define Z_MIN_PROBE_PIN P1_27
#else
#define Z_MIN_PROBE_PIN P0_10
#endif
#define Z_MIN_PROBE_PIN P0_10
#endif

//
Expand Down

0 comments on commit f6e80d5

Please sign in to comment.