Marlin_Firmware/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 No patch needed for non-libmaple analogWrite 2019-03-13 07:21:10 -05:00
M17_M18_M84.cpp Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
M42.cpp No patch needed for non-libmaple analogWrite 2019-03-13 07:21:10 -05:00
M80_M81.cpp Fix init of power supply pin 2019-02-20 05:29:05 -06:00
M85.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
M108_M112_M410.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
M111.cpp Unify debugging output with debug_out.h (#13388) 2019-03-14 02:25:42 -05:00
M120_M121.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
M211.cpp Fix and improve software endstops (#13386) 2019-03-13 05:48:36 -05:00
M226.cpp Distinguish between analog/digital auto fans (#13298) 2019-03-05 00:41:31 -06:00
M280.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
M350_M351.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
M380_M381.cpp Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
M400.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
M605.cpp IDEX Mirror mode based on Formbot / Vivedino Symmetric mode (#13404) 2019-03-15 22:46:27 -05:00
M997.cpp Add M997 support and simple implementation for LPC176x (#13281) 2019-03-01 20:11:50 -06:00
M999.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
T.cpp Unify debugging output with debug_out.h (#13388) 2019-03-14 02:25:42 -05:00