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/lcd/menu
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
..
menu.cpp Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
menu.h Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
menu_advanced.cpp Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
menu_bed_corners.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
menu_bed_leveling.cpp Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
menu_configuration.cpp Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
menu_custom.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
menu_delta_calibrate.cpp Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
menu_filament.cpp Fix Pause Print message and behavior (#13394) 2019-03-14 02:26:07 -05:00
menu_info.cpp Further support for 6 extruders 2019-03-07 01:00:56 -06:00
menu_job_recovery.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
menu_led.cpp Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
menu_main.cpp Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
menu_mixer.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
menu_mmu2.cpp Fix Pause Print message and behavior (#13394) 2019-03-14 02:26:07 -05:00
menu_mmu2.h Update copyright in headers 2019-02-12 15:30:11 -06:00
menu_motion.cpp Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
menu_sdcard.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
menu_service.cpp Service interval watchdog (#13105) 2019-02-12 15:58:56 -06:00
menu_temperature.cpp Limit top bed temp to BED_MAXTEMP - 10 2019-03-11 16:32:34 -05:00
menu_tmc.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
menu_tune.cpp Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
menu_ubl.cpp Limit top bed temp to BED_MAXTEMP - 10 2019-03-11 16:32:34 -05:00