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

Universal-G-code-sender resets grbl when issued Z command #1153

Closed
atyanands opened this issue Nov 25, 2018 · 4 comments
Closed

Universal-G-code-sender resets grbl when issued Z command #1153

atyanands opened this issue Nov 25, 2018 · 4 comments

Comments

@atyanands
Copy link

atyanands commented Nov 25, 2018

When i send z axis command my GRBl resets.
This does not happen with anything else.
This is the output code:

**** Connected to COM3 @ 38400 baud ****

Grbl 0.9j ['$' for help]
 G20 G91 G0  Z10
ok
<Run,MPos:
Grbl 0.9j ['$' for help]
 G91 G0  Z10
ok

Grbl 0.9j ['$' for help]

Can anybody tell me what might be wrong

@AbySet
Copy link

AbySet commented Nov 26, 2018

Hey;

  • Please, help us to help you, there is a template for issues whitch provide us with more infos about what OS you are using, what hardware, what version of program and so on, would be helpfull if you post according to the template, these informations are needed so we can figure out what's wrong and give back some help.
  • According to your post, this is a grbl issue not ugsplatform but that's ok.
  • 38400 is not a baudrate known to be used with grbl 0.9 but 9600 is (if i'm not mistaking).
    Thank you.

@atyanands
Copy link
Author

its solved, i was using wrong(very big) steps/mm for Z axis. Thank you
regarding baud rate....usually grbl uses baud rate 9600 but grbl 0.9 supports upto 38400 (i read it somewhere), so i used .

@AbySet
Copy link

AbySet commented Nov 26, 2018

Good to know and thank you so much for reporting how you did fix it, this may help other people.
I have learned that big steps/mm can reset grbl and that 0.9 version of it can run on 38400.
Enjoy your CNC.

@winder
Copy link
Owner

winder commented Nov 27, 2018

Thanks @AbySet

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

3 participants