- fixed the Marlin postprocessor detection in GCode header
- the version date in GCode header is now the one set in FlatCAMApp.App.version_date - fixed bug in postprocessor files: number of drills is now calculated only for the Excellon objects in toolchange function (only Excellon objects have drills)
This commit is contained in:
@@ -87,7 +87,7 @@ class App(QtCore.QObject):
|
||||
log.addHandler(handler)
|
||||
|
||||
# Version
|
||||
version = 8.6
|
||||
version = 9.0
|
||||
version_date = "2019/01/06"
|
||||
beta = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user