This repository has been archived on 2022-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Marlin-Artillery-M600/Marlin/src/module
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
..
thermistor M141 Heated Chamber, Temperature rework (#12201) 2019-03-07 02:09:39 -06:00
configuration_store.cpp Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
configuration_store.h Simplify serial port redirect (#13234) 2019-02-23 22:53:01 -06:00
delta.cpp Unify debugging output with debug_out.h (#13388) 2019-03-14 02:25:42 -05:00
delta.h Update copyright in headers 2019-02-12 15:30:11 -06:00
endstops.cpp Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
endstops.h Update copyright in headers 2019-02-12 15:30:11 -06:00
motion.cpp Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
motion.h IDEX Mirror mode based on Formbot / Vivedino Symmetric mode (#13404) 2019-03-15 22:46:27 -05:00
planner.cpp Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
planner.h Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
planner_bezier.cpp Fix and improve software endstops (#13386) 2019-03-13 05:48:36 -05:00
planner_bezier.h Update copyright in headers 2019-02-12 15:30:11 -06:00
printcounter.cpp Allow SERIAL_ECHOPAIR to take up to 12 pairs (#13311) 2019-03-05 06:46:19 -06:00
printcounter.h Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
probe.cpp Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
probe.h Update copyright in headers 2019-02-12 15:30:11 -06:00
scara.cpp Allow SERIAL_ECHOPAIR to take up to 12 pairs (#13311) 2019-03-05 06:46:19 -06:00
scara.h Update copyright in headers 2019-02-12 15:30:11 -06:00
servo.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
servo.h Update copyright in headers 2019-02-12 15:30:11 -06:00
speed_lookuptable.h Update copyright in headers 2019-02-12 15:30:11 -06:00
stepper.cpp Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
stepper.h Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
stepper_indirection.cpp TMC_DEBUG optimization and improvements (#13135) 2019-02-20 02:22:42 -06:00
stepper_indirection.h Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
temperature.cpp Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
temperature.h Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
tool_change.cpp Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
tool_change.h Update copyright in headers 2019-02-12 15:30:11 -06:00