- refactoring all the references to object options property to obj_options to make a difference with the application options property
This commit is contained in:
@@ -203,7 +203,7 @@ class TclCommandCncjob(TclCommandSignaled):
|
||||
if 'dwelltime' in args:
|
||||
args["dwell"] = True
|
||||
if args['dwelltime'] is None:
|
||||
args["dwelltime"] = float(obj.options["dwelltime"])
|
||||
args["dwelltime"] = float(obj.obj_options["dwelltime"])
|
||||
else:
|
||||
args["dwelltime"] = float(args['dwelltime'])
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user