mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-12 09:17:49 -06:00
🔧 Add date, version to Config Export
This commit is contained in:
parent
4c9146cffd
commit
b7fd046d59
6 changed files with 50 additions and 130 deletions
|
@ -95,7 +95,7 @@ def extract():
|
|||
# Regex for #define NAME [VALUE] [COMMENT] with sanitized line
|
||||
defgrep = re.compile(r'^(//)?\s*(#define)\s+([A-Za-z0-9_]+)\s*(.*?)\s*(//.+)?$')
|
||||
# Defines to ignore
|
||||
ignore = ('CONFIGURATION_H_VERSION', 'CONFIGURATION_ADV_H_VERSION', 'CONFIG_DUMP')
|
||||
ignore = ('CONFIGURATION_H_VERSION', 'CONFIGURATION_ADV_H_VERSION', 'CONFIG_EXPORT')
|
||||
# Start with unknown state
|
||||
state = Parse.NORMAL
|
||||
# Serial ID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue