- when creating a new FlatCAM object, the options will be updated with FlatCAM tools properties that relate to them
- updated the Tools DB class by separating the Tools DB UI into it's own class - Tools DB - added the parameters for Drilling Tool
This commit is contained in:
@@ -1032,9 +1032,9 @@ class GeometryObject(FlatCAMObj, Geometry):
|
||||
break
|
||||
self.app.on_tools_database()
|
||||
self.app.tools_db_tab.ok_to_add = True
|
||||
self.app.tools_db_tab.buttons_frame.hide()
|
||||
self.app.tools_db_tab.add_tool_from_db.show()
|
||||
self.app.tools_db_tab.cancel_tool_from_db.show()
|
||||
self.app.tools_db_tab.ui.buttons_frame.hide()
|
||||
self.app.tools_db_tab.ui.add_tool_from_db.show()
|
||||
self.app.tools_db_tab.ui.cancel_tool_from_db.show()
|
||||
|
||||
def on_tool_from_db_inserted(self, tool):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user