- 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:
@@ -47,6 +47,6 @@ class TclCommandOpenGCode(TclCommandSignaled):
|
||||
"""
|
||||
args['plot'] = False
|
||||
filename = args["filename"]
|
||||
filename = filename.replace(' ', '')
|
||||
# filename = filename.replace(' ', '')
|
||||
|
||||
self.app.open_gcode(filename, **args)
|
||||
|
||||
Reference in New Issue
Block a user