- 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:
Marius Stanciu
2020-11-10 14:59:03 +02:00
committed by Marius
parent 50e16b9810
commit 5d2d810898
3 changed files with 81 additions and 13 deletions

View File

@@ -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