- small changes (dates, version)
This commit is contained in:
@@ -4844,7 +4844,9 @@ class App(QtCore.QObject):
|
||||
time_str = "{:%A, %d %B %Y at %H:%M}".format(datetime.now())
|
||||
|
||||
header = 'M48\n'
|
||||
header += ';EXCELLON GENERATED BY FLATCAM - www.flatcam.org 2018\n'
|
||||
header += ';EXCELLON GENERATED BY FLATCAM v%s - www.flatcam.org - Version Date: %s\n' % \
|
||||
(str(self.app.version), str(self.app.version_date))
|
||||
|
||||
header += ';Filename: %s' % str(obj_name) + '\n'
|
||||
header += ';Created on : %s' % time_str + '\n'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user