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

Problem when using grblHAL with Fysetc E4 v1.0 #31

Closed
7cnc opened this issue Jun 25, 2022 · 2 comments
Closed

Problem when using grblHAL with Fysetc E4 v1.0 #31

7cnc opened this issue Jun 25, 2022 · 2 comments

Comments

@7cnc
Copy link

7cnc commented Jun 25, 2022

I'm in need of some help!
When I compile GRBLHAL for the "Fysetc E4 v1.0" board and use IOSender to send a movement instruction to the X or Y axes, the two axes move simultaneously, I already checked the IO map but the error persists.
I'm making the necessary changes to CMakeList.txt. I even thought it was a defect on the board, but I compiled the GRBL_ESP32 version and the axes work normally with it.
I'm using GRBLHAL ESP32 clone from githabe compiling with Visual Studio Code.

@terjeio
Copy link
Contributor

terjeio commented Jun 25, 2022

Seems that I have messed up when testing by leaving COREXY enabled. Sorry about that.

@7cnc
Copy link
Author

7cnc commented Jun 25, 2022

I changed #define COREXY as instructed and it worked.

After the change I noticed that the Y axis was not changing direction, after changing the option
OPTION(NOPROBE "Compile without probe support" ON) in CMakeLists.txt worked correctly. I don't know if this was the best way to solve the problem of not changing the direction of the Y axis but it worked. If you have another solution, please let me know. But if it's correct, you can close the topic as a resolved issue. Thanks for your help and I'm at your disposal.

@7cnc 7cnc closed this as completed Jul 14, 2022
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

1 participant