- removed the line that remove the spaces from the path parameter in the Tcl commands that open something (Gerber, Gcode, Excellon)
This commit is contained in:
@@ -46,7 +46,7 @@ class TclCommandOpenExcellon(TclCommandSignaled):
|
||||
"""
|
||||
|
||||
filename = args.pop('filename')
|
||||
filename = filename.replace(' ', '')
|
||||
# filename = filename.replace(' ', '')
|
||||
|
||||
args['plot'] = False
|
||||
self.app.open_excellon(filename, **args)
|
||||
|
||||
Reference in New Issue
Block a user