logging cycle and values after homing
This commit is contained in:
@@ -231,6 +231,10 @@ class State(object):
|
||||
def set(self, name, value):
|
||||
name = self.resolve(name)
|
||||
keys = ['offset_x', 'offset_y', 'offset_z']
|
||||
|
||||
|
||||
if 'cycle' in self.vars and name == 'cycle':
|
||||
self.log.info('236 cycle:{} name:{} value:{}'.format(self.vars['cycle'], name, value))
|
||||
|
||||
if name in keys and 'cycle' in self.vars:
|
||||
self.log.info('236 cycle:{} name:{} value:{}'.format(self.vars['cycle'], name, value))
|
||||
|
||||
Reference in New Issue
Block a user