Mapping key codes to specific jog rates
- scsmith1451
- Offline
- Junior Member
-
Less
More
- Posts: 32
- Thank you received: 2
02 Sep 2025 13:17 #334269
by scsmith1451
Mapping key codes to specific jog rates was created by scsmith1451
Reviewing the documentation, I noticed that there are two functions that can be used to set values associated with key codes, set_rapidrate() and set_feedrate(). Is there a corresponding function to set the jog speed such as set_jograte()?
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 23527
- Thank you received: 5005
03 Sep 2025 11:47 #334336
by andypugh
Replied by andypugh on topic Mapping key codes to specific jog rates
github.com/LinuxCNC/linuxcnc/blob/master...scripts/axis.py#L194
Suggests that ",", ".", "<", ">" should change jog rate.
But I don't see the keybindings in the code to make that work.
(I don't have a LinuxCNC machine handy right now to test with)
Suggests that ",", ".", "<", ">" should change jog rate.
But I don't see the keybindings in the code to make that work.
(I don't have a LinuxCNC machine handy right now to test with)
Please Log in or Create an account to join the conversation.
Time to create page: 0.074 seconds