Skip to content

Commit

Permalink
qtvcp -fix setting default angular jog rate
Browse files Browse the repository at this point in the history
  • Loading branch information
c-morley committed Sep 27, 2024
1 parent 8380391 commit 3cc58aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emc/usr_intf/qtvcp/qtvcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def __init__(self):

# set default jog rates from INI settings
self.STATUS.current_jog_rate = self.INFO.DEFAULT_LINEAR_JOG_VEL
self.STATUS.angular_jog_velocity = self.INFO.DEFAULT_ANGULAR_JOG_VEL
self.STATUS.current_angular_jog_rate = self.INFO.DEFAULT_ANGULAR_JOG_VEL


self.PATH = Path()
Expand Down

0 comments on commit 3cc58aa

Please sign in to comment.