- fixed a bug in Extract Tool, when extracting drills some of the drills were lost; added a new UI control to select/deselect all apertures
- updated the Extract Tool - Extract Soldermask functionality, such that the selection of apertures will control the final SolderMask Gerber content
This commit is contained in:
@@ -2620,7 +2620,7 @@ class MainGUI(QtWidgets.QMainWindow):
|
||||
# Extract Drills Tool
|
||||
if key == QtCore.Qt.Key_E:
|
||||
# self.app.cal_exc_tool.run(toggle=True)
|
||||
self.app.edrills_tool.run(toggle=True)
|
||||
self.app.extract_tool.run(toggle=True)
|
||||
return
|
||||
|
||||
# Fiducials Tool
|
||||
|
||||
Reference in New Issue
Block a user