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

When I set A axis=0, it becomes Z axis=0. #37

Open
viewsat opened this issue May 23, 2021 · 2 comments
Open

When I set A axis=0, it becomes Z axis=0. #37

viewsat opened this issue May 23, 2021 · 2 comments

Comments

@viewsat
Copy link

viewsat commented May 23, 2021

When I set A axis=0, it becomes Z axis=0.
see youtube
https://www.youtube.com/watch?v=t4HGG-T2hoM

@mstrens
Copy link
Owner

mstrens commented May 23, 2021

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

@viewsat
Copy link
Author

viewsat commented May 23, 2021

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"

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