mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-07 10:11:54 +00:00
5 lines
114 B
Python
5 lines
114 B
Python
Import("env")
|
|
|
|
from datetime import datetime
|
|
|
|
env['PROGNAME'] = datetime.now().strftime("firmware-%Y%m%d-%H%M%S")
|