- added a Mark All button in the Gerber aperture table.

- because adding shapes to the shapes collection (when doing Mark or Mark All) is time consuming I made the plot_apertures() threaded.
This commit is contained in:
Marius Stanciu
2019-02-26 23:12:15 +02:00
committed by Marius S
parent 5cade2ec4e
commit 7b4ea1dfa9
4 changed files with 93 additions and 33 deletions

View File

@@ -6070,7 +6070,6 @@ class App(QtCore.QObject):
elif units == 'MM' or units == 'METIRC':
units ='METRIC'
def make_dxf():
try:
dxf_code = obj.export_dxf()