-
Notifications
You must be signed in to change notification settings - Fork 56
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
Work coordinates change #40
Comments
Hi, I've noticed in my machine that when I stop on the program, the working coordinates (all of X,Y,Z) get set to the machine coordincates (which are not zero-ed properly). It this also what's happening in your scenario? (disclaimer: I'm new to candle/grbl) |
Hello, I currently don't have this makeshift CNC at hand, but usually the Z coordinate was changing to something around -27 after STOP (depends how high the head was), while X and Y usually stays the same according to where CNC stopped. I think that i was breaking tips because machine wasn't properly zeroed, but when it was, the head was trying to go higher than it is possible when clicking SAFE button after STOP. I didn't notice this behavior in other GRBLing software (UGS ithink). No, the working coordinates wasn't changing to machine coordinates after stop. Are working coordinates sent to the GRBL controller as destination and processed inside or is GRBL controller receiving machine coordinates processed by the software? |
Been there, and stop button does not work out so good in middle of move command. |
I am using atmega8 arduino based controller with GRBL1.1 i noticed after few broken tips, why they're breaking. When you interrupt milling using STOP button, working coordinate for Z is changing to something else after 2 or 3 seconds (others do sometimes too).
Also the machine coordinates is not something i can reset to 0 (they're sometimes kind of random when you connect), but when clicking Z, it's trying to go to machine coordinates instead of working coordinates.
The text was updated successfully, but these errors were encountered: