Jog keys for A axis
26 Jul 2024 12:33 #306081
by mariusl
Regards
Marius
www.bluearccnc.com
Jog keys for A axis was created by mariusl
I cannot seem to find the jog keys for the A axis. Where they included recently?
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.
26 Jul 2024 12:45 #306082
by Aciera
Replied by Aciera on topic Jog keys for A axis
Attachments:
Please Log in or Create an account to join the conversation.
26 Jul 2024 12:51 #306083
by mariusl
Regards
Marius
www.bluearccnc.com
Replied by mariusl on topic Jog keys for A axis
Sorry I wasn't clear about what I asked. I meant the keyboard hot keys to jog the extended axis like A.
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.
26 Jul 2024 13:21 #306087
by Aciera
Replied by Aciera on topic Jog keys for A axis
You would likely need to add these to the 'on_key_event' function in 'bin/gmoccapy':
Like this:
elif keyname == "Home" or keyname == "KP_Home":
button_name = "a+"
if signal:
self._on_btn_jog_pressed(None, button_name, fast)
else:
self._on_btn_jog_released(None, button_name)
elif keyname == "End" or keyname == "KP_End":
button_name = "a-"
if signal:
self._on_btn_jog_pressed(None, button_name, fast)
else:
self._on_btn_jog_released(None, button_name)
Like this:
Please Log in or Create an account to join the conversation.
26 Jul 2024 13:22 #306088
by Aciera
Replied by Aciera on topic Jog keys for A axis
Attachments:
Please Log in or Create an account to join the conversation.
26 Jul 2024 13:37 #306090
by mariusl
Regards
Marius
www.bluearccnc.com
Replied by mariusl on topic Jog keys for A axis
Thanks for that info. I have been doing that for years now. It makes it impossible to upgrade or update a machine if you modified the source. I suppose I will just have to do it again.
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.
04 Aug 2024 12:09 #306910
by newbynobi
Replied by newbynobi on topic Jog keys for A axis
Can't you use the gmoccapy Jog hal pin?
- gmoccapy.jog.jog-A-plus (bit IN)
- gmoccapy.jog.jog-A-minus (bit IN)
Norbert
Please Log in or Create an account to join the conversation.
05 Aug 2024 06:53 #306969
by mariusl
Regards
Marius
www.bluearccnc.com
Replied by mariusl on topic Jog keys for A axis
Hi Norbert,
The machine only has a standard keyboard. I am not sure how I would do that?
The machine only has a standard keyboard. I am not sure how I would do that?
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.
08 Aug 2024 09:18 #307249
by zz912
Replied by zz912 on topic Jog keys for A axis
To Aciera: Can I ask you for Pull Request?
I would also like this improvement.
I would also like this improvement.
Please Log in or Create an account to join the conversation.
08 Aug 2024 09:54 #307250
by mariusl
Regards
Marius
www.bluearccnc.com
Replied by mariusl on topic Jog keys for A axis
For at least five (5) axis please but all six will be better.To Aciera: Can I ask you for Pull Request?
I would also like this improvement.
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.
Time to create page: 0.112 seconds