49cf92dc36
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(...)` |
||
---|---|---|
.. | ||
thermistor | ||
configuration_store.cpp | ||
configuration_store.h | ||
delta.cpp | ||
delta.h | ||
endstops.cpp | ||
endstops.h | ||
motion.cpp | ||
motion.h | ||
planner.cpp | ||
planner.h | ||
planner_bezier.cpp | ||
planner_bezier.h | ||
printcounter.cpp | ||
printcounter.h | ||
probe.cpp | ||
probe.h | ||
scara.cpp | ||
scara.h | ||
servo.cpp | ||
servo.h | ||
speed_lookuptable.h | ||
stepper.cpp | ||
stepper.h | ||
stepper_indirection.cpp | ||
stepper_indirection.h | ||
temperature.cpp | ||
temperature.h | ||
tool_change.cpp | ||
tool_change.h |