📌 Overridable probe-related pins (#23107)

This commit is contained in:
Keith Bennett
2021-11-17 09:33:42 -08:00
committed by GitHub
parent b7be62ad36
commit e3d777cf8f
5 changed files with 19 additions and 6 deletions

View File

@@ -136,7 +136,9 @@
// Probe enable
//
#if ENABLED(PROBE_ENABLE_DISABLE)
#define PROBE_ENABLE_PIN SERVO0_PIN
#ifndef PROBE_ENABLE_PIN
#define PROBE_ENABLE_PIN SERVO0_PIN
#endif
#endif
//