-
Notifications
You must be signed in to change notification settings - Fork 73
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
Bug fixing to this project #62
Comments
Thanks. |
I'll see it a little bit later. |
Done! #51 |
@yaroslavVl I found another bug. With the code the way it is, you cannot use M3 and M5 to toggle the state of the Spindle Enable pin because it's not initialized as an output. If you add those two lines:
To the file spindle_control.c, after the line 68, which initializes the Spindle Dir pin with the function
Then M3 Sx will turn the spindle en bit high and M5 will turn it low. That's pretty much just the missing piece. With support for 4 and 5 axis this shapes up to be a really good CNC firmware and for a really inexpensive controller. |
I'll see it. 5 and 6 axis are not done yet. There are some bugs with it. |
There are several bugs reported here.
For several bugs, the fix has been provided but has not been put in the code of master branch.
Is it someone that keeps a version with all the fixes included?
The text was updated successfully, but these errors were encountered: