MKS Serial protocol #620
Replies: 7 comments 33 replies
-
I had everything configured just like your instructions for my Robin Nano V3 and MKS Wifi board. Everything at 115200bps (both Marlin and the compiled ESP3D). I tried with 2nd port but disabled it with this FAQ. But still no communication between the wifi board and the mainboard. Webdav disabled... But still can't communicate both boards. Any possible test? |
Beta Was this translation helpful? Give feedback.
-
Marlin parameters is not working is kind of Nothing changed between when working and not working ? FW update ? hardware change ? power cut ? |
Beta Was this translation helpful? Give feedback.
-
if many fw update and before was working -> it is user issue using wrong setting somewhere |
Beta Was this translation helpful? Give feedback.
-
What do you mean ? |
Beta Was this translation helpful? Give feedback.
-
I just installed correctly all, and I get good feedback on my Mks Robin
Nano v.3.
I'm not using MKS ui (LVGL), I'm using Marlin Color UI.
Unfortunately I can't upload files on my sd card or USB driver. Upload icon
is missing when selected.
El vie., 7 may. 2021 12:22, Luc ***@***.***> escribió:
… I mean on my system :
M20 / M105 / M115 give feedback
Jog is jogging commands to move extruder
so if on your side you have zero feedback from Marlin you may have another
issue (Marlin configuration? connection issue between MKS TX and ESP RX ?)
What output in WebUI terminal for :
M105
M20
M115
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#620 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB5QVX6P5FAQQTOLGRKPWU3TMO5OXANCNFSM43EIVRKA>
.
|
Beta Was this translation helpful? Give feedback.
-
I can't get any feedback on M114 to get location information on esp3d. M27 can get feedback on the printing progress, but it's all 0. marlin2.0.9.3 robin nano v1.2 |
Beta Was this translation helpful? Give feedback.
-
MKS Robin Lite - Wifi Module Direct on mainboard... No TFT just a regular LCD12864... Will it be possible to use Fast Transfer Protocol? Using Marlin Bugfix 2.0.x from Marlin's Github... |
Beta Was this translation helpful? Give feedback.
-
Some notes on MKS serial :
0 - be sure it is enabled
#define COMMUNICATION_PROTOCOL MKS_SERIAL
1 - ESP3D baud rate must be 115200 as it is MKS specs
2 - Several commands are filtered by TFT / Printer MKS code
so Marlin printer panel may not work - at least today, this is out of scope of ESP3D but feel free to list here what commands are not working, so it could help MKS team or anyone willing to work on it to check the fix/workaround is working
3 - You do not need to configure in Marlin the 2nd port on MKS Robin, this is handled by Marlin MKS code, doing it may bring some trouble in communication
4 - if you are not using MKS ESP boards but nodeMCU or whatever different board, you may experienced some upload failures, this is due to that upload speed is taillored to MKS devices, other board may be more sensitive to serial noise (EMI), so you may need to decrease the upload speed in Marlin Mks code and ESP3D code to compensate, which of course will affect upload speed...
Beta Was this translation helpful? Give feedback.
All reactions