- added new TclCommands: NewExcellon, NewGerber
- fixed the TclCommand open_project
This commit is contained in:
@@ -46,6 +46,7 @@ class TclCommandOpenExcellon(TclCommandSignaled):
|
||||
"""
|
||||
|
||||
filename = args.pop('filename')
|
||||
filename = filename.replace(' ', '')
|
||||
|
||||
args['plot'] = False
|
||||
self.app.open_excellon(filename, **args)
|
||||
|
||||
Reference in New Issue
Block a user