Hi, I’ve installed a MKS Wifi on my Two Trees printer running Marlin on Robin Nano board.
I’ve loaded Beeprint to my MKS Wifi and it was successful.
I can open the pages, I did setup to my wifi and the interface is working fine.
The problem I have is that when I open the browser it opens a popup at the bottom saying “Printer Connected”, however in all widgets it says “NOT CONNECTED” and every command is disabled.
Is there anything that needs to be done in the printer firmware to make it work?
Hi Leonardo,
sorry for the late response.
I can’t understand what the problem is, can you check the browser console if there are some messages that can help?
Thanks Renzo
I think I have the same problem. I am connected to web UI but it looks like WIFI-BOARD can not connect to Printer_Board.
I can not control my printer, webUI shows that printers is not connected. It is the same in Cura where it connects plugin to wifi board but it says printer is not connected.
I think that there might be some problem with comunication WIFI >>> PRINTER
I use MARLIN on my printer and I enabled serial port but I dont know what speed / baudrate should I set for this serial port …
Beeprint has hardcoded baudrate 115200. I belive we all have the same problem. Beeprint has baudrate 115200 and modern printers have 250000.
To Renzo:
I saw on your github that you don´t have time to code button for changing baudrate, but could you tell us what lines should we change in your code to change the hardcoded baudrate? I can´t code but i would be able to compile and flash new version with 250000 baudrate.
115200 used to be the default option in marlin firmware. They have changed it to 250000 few years ago. Those two are the most prevalent but all the supported baudrates are:
Hi, in my Marlin configuration I’ve set the baudrate to 115200 but my printer is “not connected” according to the widgets, while the blue notification in the bottom-right corner says printer connected. I use Marlin 2.1.x bugifix and the latest version of BeePrint
Sorry, but doesn´t work for me.
Beeprint: situation is still the same:“not connected” according to the widgets, while the blue notification in the bottom-right corner says printer connected
Prusaslicer: Could not connect to MKS: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection fail because host has failed to respond (this is a new error).
Cura: Send file to printer failed. Check printer SD card. (also a new error)
Now also does not work with the old marlin (ive checked that for a good measure). Errors are the same except for prusaslicer.
Prusaslicer: “Connection to MKS works correctly” but after clicking ok i get: Error uploading to print host: HTTP 409:409 Conflict.
Other than that I don’t think there’s something else to activate in Marlin I guess, since as I said ESP3D works with those settings. A feature I like about ESP3D is that it shows you the IP address of the printer on its screen, so you don’t have to search it in the router page. If there’s something else I need to do let me know
Hi all,
I think the problem isn’t only the baud rate, but the communication protocol also.
So It’s more complex work, but if you can find the protocol and generate the key to do the relative request, I can try to generate a version for your 3D printer.
Thanks for your reply, but I don’t understand what I have to do, the steps aren’t clear. I don’t understand which software to use and whether I have to send G-code commands (and which) to the printer or not
Hi,
in this file is the command I send to the printer firmware from MKS WiFi commands.js
and here is where I was processing the response from the printer realtimeUpdate.js
If the Marilin firmware uses a different protocol, the MKS WiFi can’t communicate, so we must change these commands and keywords to enable communication.
But now how do I use those two files? Do I have to send them to the printer or I have to use them in a different way? Do I have to use a specific software? Do I have to use the command prompt or something else? That’s what I don’t understand. Thank you
Hi Carontes,
these 2 files describe the commands sent and received; if you want Beeprint to communicate with Marilin, I think these commands must be changed in the function of the Marilin protocol.
But first of all, you must know the basic usage of NodeJS and its relative programming environment.
Bye Renzo
Maintaining a repository (or site or forum) is a lot like tending to a garden - it requires constant care and attention to keep it thriving. If you're a skilled gardener (or coder!) and want to help keep our repository blooming, we'd love to have you on board! We're also looking for talented writers and forum moderators to help us grow our community. Interested in joining our team? Don't hesitate to reach out and let us know how you can contribute!
Are you a fan of electronics or programming? Share your knowledge with others, write a simple tutorial or how to make a great project Contact me: share_your_ideas@mischianti.org
The content displayed on this website is protected under a CC BY-NC-ND license. Visitors are prohibited from using, redistributing, or altering any content from this website for commercial purposes, including generating revenue through advertising. Any unauthorized use is a violation of the license terms and legal action may be taken against individuals or entities found to be in violation.
You must also provide the link to the source.
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional
Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes.The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional
Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes.The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.