mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-12-14 14:31:33 +00:00
49cf92dc36
Allow `ENABLED`, `DISABLED`, `PIN_EXISTS`, and `BUTTON_EXISTS` to take multiple arguments. Also add: - Alias `ANY(...)` for `!DISABLED(...)` - Alias `ANY_PIN(...)` for `PIN_EXISTS(a) || PIN_EXISTS(b) ...` - Alias `EITHER(A,B)` for `ANY(...)` - Alias `ALL(...)` and `BOTH(A,B)` for `ENABLED(...)` - `NONE(...)` for `DISABLED(...)` |
||
---|---|---|
.. | ||
L6470 | ||
bresenham.h | ||
buzzer.cpp | ||
buzzer.h | ||
circularqueue.h | ||
duration_t.h | ||
hex_print_routines.cpp | ||
hex_print_routines.h | ||
least_squares_fit.cpp | ||
least_squares_fit.h | ||
nozzle.cpp | ||
nozzle.h | ||
point_t.h | ||
private_spi.h | ||
softspi.h | ||
stopwatch.cpp | ||
stopwatch.h | ||
vector_3.cpp | ||
vector_3.h |