Overridable Options - Part 4 (PR#2556)
Apply `ENABLED` / `DISABLED` / `HAS_SERVOS` macros to pins files.
This commit is contained in:
committed by
Richard Wackerbarth
parent
4b40964064
commit
c0d7ea3e7e
@ -9,12 +9,12 @@
|
||||
#define LARGE_FLASH true
|
||||
|
||||
|
||||
#ifdef Z_PROBE_SLED
|
||||
#if ENABLED(Z_PROBE_SLED)
|
||||
#define SLED_PIN -1
|
||||
#endif
|
||||
|
||||
// Servo support
|
||||
#ifdef NUM_SERVOS
|
||||
#if HAS_SERVOS
|
||||
#define SERVO0_PIN 46 //AUX3-6
|
||||
#if NUM_SERVOS > 1
|
||||
#define SERVO1_PIN 47 //AUX3-5
|
||||
|
Reference in New Issue
Block a user