mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-11 00:37:48 -06:00
🧑💻 Includes in Conditionals (for code dimming) (#27387)
This commit is contained in:
parent
97b9fe83ee
commit
162ea81894
20 changed files with 221 additions and 86 deletions
|
@ -195,7 +195,7 @@ def apply_sections(cp, ckey='all'):
|
|||
apply_ini_by_name(cp, 'config:basic')
|
||||
|
||||
# Apply historically Configuration_adv.h settings everywhere
|
||||
# (Some of which rely on defines in 'Conditionals_LCD.h')
|
||||
# (Some of which rely on defines in 'Conditionals-2-LCD.h')
|
||||
elif ckey in ('adv', 'advanced'):
|
||||
apply_ini_by_name(cp, 'config:advanced')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue