- added fuse tools control in Preferences UI for the Excellon objects: if checked the app will try to see if there are tools with same diameter and merge the drills for those tools; if not the tools will just be added to the new combined Excellon
This commit is contained in:
@@ -194,7 +194,7 @@ class SolderPaste(AppTool):
|
||||
# populate only with preprocessor files that start with 'Paste_'
|
||||
if name.partition('_')[0] != 'Paste':
|
||||
continue
|
||||
self.pp_combo.addItem(name)
|
||||
self.ui.pp_combo.addItem(name)
|
||||
|
||||
self.reset_fields()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user