- made all TclCommands not to be plotted automatically
- made sure that all TclCommands are not threaded
This commit is contained in:
@@ -61,4 +61,4 @@ class TclCommandJoinExcellon(TclCommand):
|
||||
FlatCAMExcellon.merge(objs, obj_)
|
||||
|
||||
if objs is not None:
|
||||
self.app.new_object("excellon", outname, initialize)
|
||||
self.app.new_object("excellon", outname, initialize, plot=False)
|
||||
|
||||
Reference in New Issue
Block a user