Jog keys for A axis

More
26 Jul 2024 12:33 #306081 by mariusl
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.

More
26 Jul 2024 12:45 #306082 by Aciera
Replied by Aciera on topic Jog keys for A axis
If you mean these they should be created automatically when an A axis is defined in the ini:

 
Attachments:

Please Log in or Create an account to join the conversation.

More
26 Jul 2024 12:51 #306083 by mariusl
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.

More
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':

        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.

More
26 Jul 2024 13:22 #306088 by Aciera
Replied by Aciera on topic Jog keys for A axis
This should give you A-axis jogging with 'Home'/'End' keys

 
Attachments:

Please Log in or Create an account to join the conversation.

More
26 Jul 2024 13:37 #306090 by mariusl
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.

More
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.

More
05 Aug 2024 06:53 #306969 by mariusl
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?

Regards
Marius


www.bluearccnc.com

Please Log in or Create an account to join the conversation.

More
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.

Please Log in or Create an account to join the conversation.

More
08 Aug 2024 09:54 #307250 by mariusl
Replied by mariusl on topic Jog keys for A axis

To Aciera: Can I ask you for Pull Request?
I would also like this improvement.

For at least five (5) axis please but all six will be better.

Regards
Marius


www.bluearccnc.com

Please Log in or Create an account to join the conversation.

Moderators: newbynobiHansU
Time to create page: 0.130 seconds
Powered by Kunena Forum