-
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
Jogging gets Stuck sometimes, making a full Move #91
Comments
See issue #60 This is known and the best solution is to use a combination of jogging and controlled jogging (using the arrow keys, pageup/pagedown with CTRL being pressed) and setting a controlled jogging distance of 1mm or something similar. |
Hi, I've experienced this before, but I can't pinpoint the cause. That's why there are the jog distance settings in the first place. You should always set them low enough where the machine does not crash even if the full move is executed. I know that's quite annoying, but right now this is the only way to jog safely. |
cant you just send the jog abort command multiple times in case the first one didnt arrived in one piece? |
Sure, but that wouldn't fix the problem. The problem is that the key presses (or more specifically the release) is not handled correctly by the UI. I'll have to do some further testing to see if this is a problem with OCP's code or the underlying UI framework. |
I'm on the same issue setting a lower max distance is partially solving the problem but when manual moving down I broke some bits |
Ive had that happen a few times now, but now on the Z axis causing my bit to crash into the part while trying to set work offsets.
Basically when jogging via keyboard sometimes it wont stop when releasing the key,
it drives the full set-distance then it stops.
not a huge problem on X and Y with a distance setting of 10mm, but i had this happen on Z causing the not-spinning bit to ram into my part.
And setting the distance setting to 1mm drives me nuts, clicking 10 times to move 10mm, instead of just holding the arrow key down.
Any ideas?
im using version 1.5.4 and grbl 1.1f
The text was updated successfully, but these errors were encountered: