-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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] MKS robin nano v.2, MKSUI with Wifi, Compilation error #22082
Comments
I cannot replicate this error. I get a different error
this is due to MKS_WIFI_MODULE, which has not been upgraded away from the old maple code. |
You probably need to delete the hidden .pio directory in your marlin folder. |
I deleted the .pio and ..piolibdeps folders, now I get an error:
With the wi-fi option disabled (// #define MKS_WIFI_MODULE), there are no compilation errors. |
Using your provided files, without modification (ie they have #define X_DRIVER_TYPE TMC2209, #define Y_DRIVER_TYPE TMC2209, #define Z_DRIVER_TYPE TMC2209 etc) I can not reproduce your error |
I updated the comment above, you're right. |
With this PR a new error:
|
I think the wrong path is indicated. In tft_lvgl_configuration.cpp there is so:
And it should be like this:
|
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. |
Did you test the latest
bugfix-2.0.x
code?Yes, and the problem still exists.
Bug Description
Board: MKS robin nano v.2
Last marlin 2.x bugfix
Configs.zip
Compilation error with enabled wifi ooption(#define MKS_WIFI_MODULE):
The text was updated successfully, but these errors were encountered: