We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I set A axis=0, it becomes Z axis=0. see youtube https://www.youtube.com/watch?v=t4HGG-T2hoM
The text was updated successfully, but these errors were encountered:
Thanks for reporting the bug. There is a copy/past bug. In file config.h, there is currently: #define _SETA_STRING "G10 L20 P1 A0\n"
It should be #define _SETA_STRING "G10 L20 P1 Z0\n"
I will fix it in next update but you can easily fix it immediately in your version
Sorry, something went wrong.
Thanks for reporting the bug. There is a copy/past bug. In file config.h, there is currently: #define _SETA_STRING "G10 L20 P1 A0\n" It should be #define _SETA_STRING "G10 L20 P1 Z0\n" I will fix it in next update but you can easily fix it immediately in your version
I change config.h follow your instructions, no problem.
Before modification => #define _SETA_STRING "G10 L20 P1 Z0\n" After modification => #define _SETA_STRING "G10 L20 P1 A0\n"
No branches or pull requests
When I set A axis=0, it becomes Z axis=0.
see youtube
https://www.youtube.com/watch?v=t4HGG-T2hoM
The text was updated successfully, but these errors were encountered: