You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Scott Lahteine 49cf92dc36
Extended condition macros (#13419)
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(...)`
6 years ago
..
bedlevel Extended condition macros (#13419) 6 years ago
calibrate Extended condition macros (#13419) 6 years ago
config M141 Heated Chamber, Temperature rework (#12201) 6 years ago
control Extended condition macros (#13419) 6 years ago
eeprom Clean up some pre-serial-redirect includes 6 years ago
feature Extended condition macros (#13419) 6 years ago
geometry Update copyright in headers 6 years ago
host Extended condition macros (#13419) 6 years ago
lcd Extended condition macros (#13419) 6 years ago
motion Extended condition macros (#13419) 6 years ago
probe Add G38.4 and G38.5 (#13348) 6 years ago
scara Tweak to SCARA_move_to_cal 6 years ago
sdcard Extended condition macros (#13419) 6 years ago
stats Clean up some pre-serial-redirect includes 6 years ago
temperature Extended condition macros (#13419) 6 years ago
units Update copyright in headers 6 years ago
gcode.cpp Extended condition macros (#13419) 6 years ago
gcode.h Extended condition macros (#13419) 6 years ago
parser.cpp Allow SERIAL_ECHOPAIR to take up to 12 pairs (#13311) 6 years ago
parser.h Allow SERIAL_ECHOPAIR to take up to 12 pairs (#13311) 6 years ago
queue.cpp Allow SERIAL_ECHOPAIR to take up to 12 pairs (#13311) 6 years ago
queue.h Extended condition macros (#13419) 6 years ago