Skip to content
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

Open
rchyla opened this issue Dec 13, 2022 · 3 comments
Open

Work coordinates change #40

rchyla opened this issue Dec 13, 2022 · 3 comments

Comments

@rchyla
Copy link

rchyla commented Dec 13, 2022

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.

@gkatev
Copy link

gkatev commented Dec 24, 2022

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)

@rchyla
Copy link
Author

rchyla commented Dec 24, 2022

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?

@ghost
Copy link

ghost commented Feb 5, 2023

Been there, and stop button does not work out so good in middle of move command.
have to hit reset and pray it stops in time.
I have to hit origin button then safe after interupting or finishing the cnc job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants