Overridable Options - Part 4 (PR#2556)
Apply `ENABLED` / `DISABLED` / `HAS_SERVOS` macros to pins files.
This commit is contained in:
parent
4b40964064
commit
c0d7ea3e7e
21 changed files with 99 additions and 95 deletions
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
#define HEATER_BED_PIN 9 // BED
|
||||
|
||||
#if defined(ULTRA_LCD) && defined(NEWPANEL)
|
||||
#if ENABLED(ULTRA_LCD) && ENABLED(NEWPANEL)
|
||||
#undef BEEPER
|
||||
#define BEEPER -1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue