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

Compile error after changing AXIS_RELATIVE_MODES in Configuration_adv #18

Closed
mvturnho opened this issue Nov 19, 2017 · 2 comments
Closed
Labels

Comments

@mvturnho
Copy link

After changing the setting AXIS_RELATIVE_MODES in Configuration_adv to True I get te compile error:

from Marlin\Marlin_main.cpp:244:
Marlin\Configuration_adv.h:360:29: error: initializer fails to determine size of 'axis_relative_modes'
#define AXIS_RELATIVE_MODES true

It seems Marlin-conf is not aware of the array of values and saves the new setting as:

#define AXIS_RELATIVE_MODES true

Where is should be someting like;

#define AXIS_RELATIVE_MODES {true, true, true, true}

@akaJes
Copy link
Owner

akaJes commented Nov 21, 2017

yes i agreed with this,
i have ugly style of type definition https://github.com/akaJes/marlin-config/blob/master/app/mc-tool.js#L187

@akaJes akaJes added the TODO label Nov 21, 2017
@akaJes
Copy link
Owner

akaJes commented Dec 11, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants