- 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:
@@ -62,7 +62,7 @@ class TclCommandOpenGerber(TclCommandSignaled):
|
||||
return
|
||||
|
||||
filename = args['filename']
|
||||
filename = filename.replace(' ', '')
|
||||
# filename = filename.replace(' ', '')
|
||||
|
||||
if 'outname' in args:
|
||||
outname = args['outname']
|
||||
|
||||
Reference in New Issue
Block a user