- renamed Calibrate Excellon Tool to a simpler Calibrate Tool
- Calibrate Tool - when generating verification GCode it will always load into an Editor from which it can be edited and/or saved. On save the editor will close.
This commit is contained in:
@@ -2530,7 +2530,7 @@ class FlatCAMGUI(QtWidgets.QMainWindow):
|
||||
self.app.dblsidedtool.run(toggle=True)
|
||||
return
|
||||
|
||||
# Calibrate Excellon Tool
|
||||
# Calibrate Tool
|
||||
if key == QtCore.Qt.Key_E:
|
||||
self.app.cal_exc_tool.run(toggle=True)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user