-
Notifications
You must be signed in to change notification settings - Fork 51
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
Setting N_AXIS
in my_machine.h doesn't work properly
#102
Comments
It has to be changed in config.h, from the compiler command line (e.g. |
If Another big issue I ran into that took a long time to figure out was the |
Perhaps a clue is that
There are limits to what can be catched compile time, it might not be possible or may take a lot of time to add and debug. So not a priority, at least not for me. Ideally there should be a large team behind grblHAL, writing perfect code and add all sorts of documentation... The few that are working on grblHAL do it for free in their spare time, so sadly some that wants to use the code may waste their precious time on stuff like this issue. I am sorry for that. |
When setting
N_AXIS
inmy_machine.h
, there are various compiler warnings aboutN_AXIS
being redefined, and the resulting build only seems to support 3 axes. If I change the defaultN_AXIS
definition inconfig.h
(line 42), the resulting build supports the expected number of axes.Is there a different way
N_AXIS
is supposed to be defined?The text was updated successfully, but these errors were encountered: