- added an automatic name on each save operation based on the object name and/or the current date

- added more information's for the statistics
This commit is contained in:
Marius Stanciu
2019-02-03 23:08:09 +02:00
committed by Marius S
parent 5e55f0d499
commit e1888b1647
15 changed files with 192 additions and 35 deletions

View File

@@ -253,6 +253,8 @@ class DblSidedTool(FlatCAMTool):
FlatCAMTool.install(self, icon, separator, shortcut='ALT+D', **kwargs)
def run(self):
self.app.report_usage("Tool2Sided()")
FlatCAMTool.run(self)
self.set_tool_ui()
self.app.ui.notebook.setTabText(2, "2-Sided Tool")