mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-23 20:18:52 +00:00
6 lines
114 B
Python
6 lines
114 B
Python
Import("env")
|
|
|
|
from datetime import datetime
|
|
|
|
env['PROGNAME'] = datetime.now().strftime("firmware-%Y%m%d-%H%M%S")
|