Skip to content

Commit

Permalink
qtvcp -action_button: add log message when zeroing axis
Browse files Browse the repository at this point in the history
  • Loading branch information
c-morley committed Oct 19, 2024
1 parent 47764ab commit b8c2d8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/python/qtvcp/widgets/action_button.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@ def action(self, state=None):
except IndexError:
LOG.error("can't zero origin for specified joint {}".format(self.joint))
ACTION.SET_AXIS_ORIGIN(axis, 0)
STATUS.emit('update-machine-log', 'Zeroed Axis %s' % axis, 'TIME')
elif self.zero_g5x:
ACTION.ZERO_G5X_OFFSET(0)
elif self.zero_g92:
Expand Down

0 comments on commit b8c2d8a

Please sign in to comment.