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/gcode/feature
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
..
advance Update copyright in headers 2019-02-12 15:30:11 -06:00
baricuda Update copyright in headers 2019-02-12 15:30:11 -06:00
camera Fix and improve software endstops (#13386) 2019-03-13 05:48:36 -05:00
caselight Fixes and improvements for PWM pins (#13383) 2019-03-13 06:51:15 -05:00
clean Update copyright in headers 2019-02-12 15:30:11 -06:00
digipot Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
filwidth Update copyright in headers 2019-02-12 15:30:11 -06:00
fwretract Fix Pause Print message and behavior (#13394) 2019-03-14 02:26:07 -05:00
i2c Update copyright in headers 2019-02-12 15:30:11 -06:00
L6470 Unify debugging output with debug_out.h (#13388) 2019-03-14 02:25:42 -05:00
leds Update copyright in headers 2019-02-12 15:30:11 -06:00
macro Update copyright in headers 2019-02-12 15:30:11 -06:00
mixing Update copyright in headers 2019-02-12 15:30:11 -06:00
pause IDEX Mirror mode based on Formbot / Vivedino Symmetric mode (#13404) 2019-03-15 22:46:27 -05:00
powerloss Update copyright in headers 2019-02-12 15:30:11 -06:00
prusa_MMU2 Update copyright in headers 2019-02-12 15:30:11 -06:00
runout Add HAS_FILAMENT_SENSOR ahead of 12962 2019-02-12 20:13:20 -06:00
trinamic Gradual step towards EXTRUDERS 0 support 2019-03-01 01:51:24 -06:00