- made all TclCommands not to be plotted automatically
- made sure that all TclCommands are not threaded
This commit is contained in:
@@ -102,4 +102,4 @@ class TclCommandAlignDrillGrid(TclCommandSignaled):
|
||||
init_obj.create_geometry()
|
||||
|
||||
# Create the new object
|
||||
self.app.new_object("excellon", args['outname'], aligndrillgrid_init_me)
|
||||
self.app.new_object("excellon", args['outname'], aligndrillgrid_init_me, plot=False)
|
||||
|
||||
Reference in New Issue
Block a user