- added a new TclCommand named PlotObjects which will plot a list of FlatCAM objects
- made that after opening an object in FlatCAM it is not automatically plotted. If the user wants to plot it can use the TclCommands PlotAll or PlotObjects - modified the TclCommands that open files to not plot the opened files automatically
This commit is contained in:
@@ -43,5 +43,5 @@ class TclCommandOpenProject(TclCommandSignaled):
|
||||
without -somename and we do not have them in known arg_names
|
||||
:return: None or exception
|
||||
"""
|
||||
|
||||
self.app.open_project(args['filename'])
|
||||
filename = args['filename']
|
||||
self.app.open_project(filename, cli=True, plot=False)
|
||||
|
||||
Reference in New Issue
Block a user