This commit is contained in:
sanjayk03-dev
2024-07-17 16:20:51 +05:30
parent 62f87473b7
commit 5a77b98209
2 changed files with 3 additions and 2 deletions

View File

@@ -246,6 +246,7 @@ class State(object):
self.set(name, value)
if 'cycle' in self.vars and name in keys:
if self.vars['cycle'] == 'idle':
self.log.info('Sanjay %s : %f' % (name,value))
self.ctrl.config.set('axes',{name: value})