Marlin_Firmware/Marlin/src/gcode
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(...)`
2019-03-16 23:43:06 -05:00
..
bedlevel Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
calibrate Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
config M141 Heated Chamber, Temperature rework (#12201) 2019-03-07 02:09:39 -06:00
control Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
eeprom Clean up some pre-serial-redirect includes 2019-03-03 01:52:15 -06:00
feature Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
geometry Update copyright in headers 2019-02-12 15:30:11 -06:00
host Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
lcd Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
motion Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
probe Add G38.4 and G38.5 (#13348) 2019-03-10 17:22:09 -05:00
scara Tweak to SCARA_move_to_cal 2019-03-12 22:06:50 -05:00
sdcard Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
stats Clean up some pre-serial-redirect includes 2019-03-03 01:52:15 -06:00
temperature Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
units Update copyright in headers 2019-02-12 15:30:11 -06:00
gcode.cpp Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
gcode.h Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
parser.cpp Allow SERIAL_ECHOPAIR to take up to 12 pairs (#13311) 2019-03-05 06:46:19 -06:00
parser.h Allow SERIAL_ECHOPAIR to take up to 12 pairs (#13311) 2019-03-05 06:46:19 -06:00
queue.cpp Allow SERIAL_ECHOPAIR to take up to 12 pairs (#13311) 2019-03-05 06:46:19 -06:00
queue.h Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00