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
@ -4,7 +4,7 @@
|
||||
|
||||
#include "pins_RAMPS_13.h"
|
||||
|
||||
#ifdef Z_PROBE_ENDSTOP
|
||||
#if ENABLED(Z_PROBE_ENDSTOP)
|
||||
#define Z_PROBE_PIN 19
|
||||
#endif
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
// LCD Panel options for the RigidBoard
|
||||
|
||||
#ifdef RIGIDBOT_PANEL
|
||||
#if ENABLED(RIGIDBOT_PANEL)
|
||||
|
||||
#undef BEEPER
|
||||
#define BEEPER -1
|
||||
|
Reference in New Issue
Block a user