- fixed the App Tools buttons in the Tools section of the Properties Tab for Excellon, Gerber and Geometry objects

This commit is contained in:
Marius Stanciu
2020-11-16 02:07:13 +02:00
committed by Marius
parent cd94814987
commit 9923188bbc
4 changed files with 9 additions and 8 deletions

View File

@@ -632,7 +632,7 @@ class ExcellonObject(FlatCAMObj, Excellon):
self.ui.treeWidget.resize_sig.emit()
def on_milling_button_clicked(self):
self.app.milling_tool.run(toggle=False)
self.app.milling_tool.run(toggle=True)
self.app.milling_tool.ui.target_radio.set_value('exc')
current_obj = self.app.collection.get_active()
self.app.milling_tool.ui.object_combo.set_value(current_obj.options['name'])