Skip to content

Commit

Permalink
Add PROBE_ENABLE_PINs for SKR SE BX V2/V3
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb committed Dec 15, 2023
1 parent d807c41 commit 823a411
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Marlin/src/pins/stm32h7/pins_BTT_SKR_SE_BX_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@
#define Z_MIN_PROBE_PIN PH2 // Probe
#endif

//
// Probe enable
//
#if ENABLED(PROBE_ENABLE_DISABLE) && !defined(PROBE_ENABLE_PIN)
#define PROBE_ENABLE_PIN SERVO0_PIN
#endif

//
// Steppers
//
Expand Down

0 comments on commit 823a411

Please sign in to comment.