Skip to content

Commit

Permalink
Update - add PROBE_ENABLE_PIN to HC32 pins
Browse files Browse the repository at this point in the history
  • Loading branch information
classicrocker883 committed Jun 25, 2024
1 parent a468c5b commit 94d5931
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Marlin/src/pins/hc32f4/pins_AQUILA_101.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@
#define SERVO0_PIN PB0 // BLTouch OUT
#endif

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

//
// Limit Switches
//
Expand Down

0 comments on commit 94d5931

Please sign in to comment.