Firmware2/Marlin/src/gcode/control
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
..
M3-M5.cpp
M17_M18_M84.cpp Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
M42.cpp
M80_M81.cpp
M85.cpp
M108_M112_M410.cpp
M111.cpp Unify debugging output with debug_out.h (#13388) 2019-03-14 02:25:42 -05:00
M120_M121.cpp
M211.cpp
M226.cpp
M280.cpp
M350_M351.cpp
M380_M381.cpp Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
M400.cpp
M605.cpp IDEX Mirror mode based on Formbot / Vivedino Symmetric mode (#13404) 2019-03-15 22:46:27 -05:00
M997.cpp
M999.cpp
T.cpp Unify debugging output with debug_out.h (#13388) 2019-03-14 02:25:42 -05:00