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

[BUG] error compile at menu.h #15919

Closed
Ccleorina87 opened this issue Nov 17, 2019 · 4 comments
Closed

[BUG] error compile at menu.h #15919

Ccleorina87 opened this issue Nov 17, 2019 · 4 comments

Comments

@Ccleorina87
Copy link

Error compile at menu.h on LPC1768 MKS SGen-L

no matching function for call to 'TMenuEditItem<MenuEditItemInfo_float3>::action(const char* const&, int, float*, int, int)'

call of overloaded 'draw(bool, int8_t&, const char* const&, int, float*,

error started on 15/11/2019 update - Reduced string storage using tokens (#15593)

Configuration.txt

Configuration_adv.txt

@boelle boelle changed the title [BUG] (error compile at menu.h) [BUG] error compile at menu.h Nov 17, 2019
@atoomnetmarc
Copy link

I got this exact same error message also. A few hours of compiling with different options got met to this offender:

#define PID_EXTRUSION_SCALING

Try disabling it. Its in Configuration_adv.txt.

@Vertabreak
Copy link
Contributor

Vertabreak commented Nov 18, 2019

the cause is having
#define PID_EDIT_MENU
and
#define PID_EXTRUSION_SCALING
the edit menu is the root cause encountered this days ago.

@Ccleorina87
Copy link
Author

I got this exact same error message also. A few hours of compiling with different options got met to this offender:

#define PID_EXTRUSION_SCALING

Try disabling it. Its in Configuration_adv.

it fix... thanks

@github-actions
Copy link

github-actions bot commented Jul 3, 2020

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators Jul 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants