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