-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change arrow buttons for manual jogging? #130
Comments
This is a setting in GRBL, have you checked something like: "$2 – Step port invert, mask" on https://github.com/gnea/grbl/wiki/Grbl-v1.1-Configuration ? |
Thanks. Yeah. I could do that. The axis are going the way I want for carving right now. It’s just the jogging via the arrow keys that would be nice to map differently.
If Martin doesn’t want to do it, I fully understand and can cope.
Thanks,
…-TomH-
On Mar 30, 2020, at 10:19 AM, Erwin Ried ***@***.***> wrote:
This is a setting in GRBL, have you checked something like: "$2 – Step port invert, mask" on https://github.com/gnea/grbl/wiki/Grbl-v1.1-Configuration ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
But how are they going the right direction? I mean the jogging direction is the same as the gcode in my setup. It would be highly confusing otherwise |
Take your keyboard( notebook in mycase) and and rotate it 90 degree in orientation to your machine. Pushing the arrow key that is in the same direction as the machine direction you want it to go is now the wrong axis. As I said, it’s a minor annoyance. I don’t have space to rotate the machine or computer which would also fix it. A arrow key mapping would do it. But then again I can cope. It’s more of a wish than anything else.
…-TomH-
On Mar 30, 2020, at 10:39 AM, Erwin Ried ***@***.***> wrote:
But how are they going the right direction? I mean the jogging direction is the same as the gcode in my setup. It would be highly confusing otherwise
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Well, maybe it is a good idea. I am used to shift+up/down for Z, so I would also use that "remapping" functionality. |
Hi Tom, Erwin, adding the option for completely custom key mappings (also for macros) has been on my 'nice to have' list, but right now I don't have enough time to check items off that list. Shift+up/down should work though, that's what I always use on my laptop without dedicated page up/down keys. Martin |
Thanks for considering it.
…-TomH-
On Mar 31, 2020, at 4:02 AM, Martin Pittermann ***@***.***> wrote:
Hi Tom, Erwin,
adding the option for completely custom key mappings (also for macros) has been on my 'nice to have' list, but right now I don't have enough time to check items off that list.
Shift+up/down should work though, that's what I always use on my laptop without dedicated page up/down keys.
Martin
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
For the macros is a bit more work but for jogging I could add something in Settings in this corona times and do a pull request :P |
That would be great! A simple ComboBox with all four directions will do the job just fine I think (jogging -> "up arrow moves' -> '+y', '+x', etc.). Thanks Erwin! |
Excellent!
Thanks,
…-TomH-
On Apr 1, 2020, at 2:32 PM, Martin Pittermann ***@***.***> wrote:
That would be great! A simple ComboBox with all four directions will do the job just fine I think (jogging -> "up arrow moves' -> '+y', '+x', etc.).
Thanks Erwin!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Martin,
My x and y axis are swapped from your defaults.
Which is slightly annoying when I do manual jogging.
Is it possible to program which arrow keys do what ? Or at least be able to swap the X and Y axis?
Thanks,
-TomH-
The text was updated successfully, but these errors were encountered: