Replies: 18 comments 1 reply
-
Thank your for submiting, please be sure you followed template or your issue may be dismissed. if you deleted the template it is here |
Beta Was this translation helpful? Give feedback.
-
what is your FW versions ? what are your boards ? |
Beta Was this translation helpful? Give feedback.
-
ESP3D is 3.0.0.a94 |
Beta Was this translation helpful? Give feedback.
-
is only Marlin Tab ? or all commands that do not work? |
Beta Was this translation helpful? Give feedback.
-
Commands don't work - I see movement, temperature etc. interfaces, but no temperature readings from printer and all actions are ignored |
Beta Was this translation helpful? Give feedback.
-
did you set MKS_SERIAL https://github.com/luc-github/ESP3D/blob/3.0/esp3d/configuration.h#L43
|
Beta Was this translation helpful? Give feedback.
-
Yes, MKS_Serial in config and |
Beta Was this translation helpful? Give feedback.
-
no for MKS baudrate must be 115200 this is MKS design, you just need to change in ESP3D as Marlin Baudrate is not used for MKS module port |
Beta Was this translation helpful? Give feedback.
-
No, still doesn't work |
Beta Was this translation helpful? Give feedback.
-
to be honest I never tested original Marlin as MKS Marlin version has several fixes not present in mainstream - I have also even raised several bugs to MKS but did not test since a while |
Beta Was this translation helpful? Give feedback.
-
It seems that original Marlin has most of the related MKS code and I managed to compile fw with this code successfully. It had some effect (page loading way faster and it now shows "Loading... 2B" before fail) |
Beta Was this translation helpful? Give feedback.
-
This is the board config - am I missing something? |
Beta Was this translation helpful? Give feedback.
-
pls choose 2MB FS 1019 OTA because like this web update will not work, but it is not your issue currently What |
Beta Was this translation helpful? Give feedback.
-
M115 returns |
Beta Was this translation helpful? Give feedback.
-
ok so communication is working for temperatures you need to enable poilling commands and add M105 |
Beta Was this translation helpful? Give feedback.
-
Polling works and esp420 returns I will now try to decouple mkswifi from lvgl and get it working on normal Marlin, Thanks a lot for the help! (and unexpectedly immediate reply). |
Beta Was this translation helpful? Give feedback.
-
you can disable WebDav port: 8181 it is useless as it does not access to SD Your signal is may be almost too low so you may have some connection issues |
Beta Was this translation helpful? Give feedback.
-
Hello there, i got the same problem.
I have set correct comm protocol.
and the board settings are: Fimware is from the MKS github Any help please? |
Beta Was this translation helpful? Give feedback.
-
I have Marlin+MKS-Wifi+ESP3D combo and I really want to not be constrained by MKS version of Marlin, but I can't get ESP3D and Marlin to speak - Marlin tab in webui gives me 404 "Cannot get valid data".
How can I debug/fix this? Don't really know where to start.
Beta Was this translation helpful? Give feedback.
All reactions