Skip to content

Commit

Permalink
Add PROBE_ENABLE_PINs to relevant BTT Boards
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb committed Dec 15, 2023
1 parent 3aa9b9f commit 45457b6
Show file tree
Hide file tree
Showing 14 changed files with 98 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_3.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,13 @@
#define Z_MIN_PROBE_PIN P1_24
#endif

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

//
// Filament Runout Sensor
//
Expand Down
7 changes: 7 additions & 0 deletions Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_4.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,13 @@
#define Z_MIN_PROBE_PIN P0_10
#endif

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

//
// Filament Runout Sensor
//
Expand Down
7 changes: 7 additions & 0 deletions Marlin/src/pins/lpc1769/pins_BTT_SKR_E3_TURBO.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@
#define Z_MIN_PROBE_PIN P1_22
#endif

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

//
// Filament Runout Sensor
//
Expand Down
7 changes: 7 additions & 0 deletions Marlin/src/pins/stm32f1/pins_BTT_SKR_E3_DIP.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@
//
#define Z_MIN_PROBE_PIN PC14 // PROBE

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

//
// Filament Runout Sensor
//
Expand Down
7 changes: 7 additions & 0 deletions Marlin/src/pins/stm32f1/pins_BTT_SKR_MINI_E3_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@
//
#define Z_MIN_PROBE_PIN PC14 // PROBE

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

//
// Filament Runout Sensor
//
Expand Down
7 changes: 7 additions & 0 deletions Marlin/src/pins/stm32f4/pins_BTT_E3_RRF.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@
//
#define Z_MIN_PROBE_PIN PC5 // PROBE

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

//
// Filament Runout Sensor
//
Expand Down
7 changes: 7 additions & 0 deletions Marlin/src/pins/stm32f4/pins_BTT_GTR_V1_0.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,13 @@
#define Z_MIN_PROBE_PIN PH11 // Z Probe must be PH11
#endif

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

//
// Steppers
//
Expand Down
7 changes: 7 additions & 0 deletions Marlin/src/pins/stm32f4/pins_BTT_OCTOPUS_V1_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,13 @@
#define Z_MIN_PROBE_PIN PB7
#endif

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

//
// Filament Runout Sensor
//
Expand Down
7 changes: 7 additions & 0 deletions Marlin/src/pins/stm32f4/pins_BTT_SKR_MINI_E3_V3_0_1.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@
//
#define Z_MIN_PROBE_PIN PA1 // PROBE

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

//
// Filament Runout Sensor
//
Expand Down
7 changes: 7 additions & 0 deletions Marlin/src/pins/stm32f4/pins_BTT_SKR_PRO_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,13 @@
#define Z_MIN_PROBE_PIN PA2
#endif

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

//
// Filament Runout Sensor
//
Expand Down
7 changes: 7 additions & 0 deletions Marlin/src/pins/stm32g0/pins_BTT_SKR_MINI_E3_V3_0.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@
//
#define Z_MIN_PROBE_PIN PC14 // PROBE

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

//
// Filament Runout Sensor
//
Expand Down
7 changes: 7 additions & 0 deletions Marlin/src/pins/stm32h7/pins_BTT_OCTOPUS_MAX_EZ.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,13 @@
#define Z_MIN_PROBE_PIN PB15
#endif

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

//
// Filament Runout Sensor
//
Expand Down
7 changes: 7 additions & 0 deletions Marlin/src/pins/stm32h7/pins_BTT_OCTOPUS_PRO_V1_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,13 @@
#endif
#endif

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

//
// Filament Runout Sensor
//
Expand Down
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 45457b6

Please sign in to comment.