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

Small bug found (I think) #40

Open
lakeroe opened this issue Mar 26, 2018 · 1 comment
Open

Small bug found (I think) #40

lakeroe opened this issue Mar 26, 2018 · 1 comment

Comments

@lakeroe
Copy link

lakeroe commented Mar 26, 2018

I've found a small bug resulting in a slightly different behaviour than the original GRBL.
In system.c (line 480) "sys_rt_exec_alarm |= (code);" has to be changed to "sys_rt_exec_alarm = (code);"

@usbcnc
Do you mind making this change and also my other findings (#29, #36, #38) to your GitHub repository ?
Otherwise they are not very useful ...

This still needs some more investigations: #39

Best regards,
lakeroe

@lakeroe
Copy link
Author

lakeroe commented Mar 27, 2018

For your information: #39 is also solved now

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