This is an old revision of the document!
Link to firmware, Malyan Link (Windows PC), Malyan 3D Craft (Android): http://firmware.mpselectmini.com
NOTES: WiFi and USB cannot access simultaneously. Please disconnect USB from printer if you want to use WiFi function. WiFi works with 2.4 GHz b/g/n networks. For initial WiFi setup try moving the printer closer to the WiFi router.
This method does work for configuring open system WiFi networks with no password. After doing all the steps below the printer doesn't connect to WiFi, try “updating” to UI/LCD firmware version 34. After flashing version 34, the display will show that it is version 33. They forgot to increment the version number. Going back to version 34 helped with my printer received 2016-05-27 but one received 2016-09-02 didn't matter. On my printer received 2016-05-27, UI firmware version 34 is the only version that the smart config dialog stay up after releasing the button.
M550 SSID ;SSID = Name of WiFi network (case sensitive) M551 PASSWORD ;PASSWORD = Password for WiFi network (case sensitive)
This method will not work if WiFi password contains a semicolon “;”
This method will not work for configuring open system WiFi networks with no password.
; G-Code generated by Matthew Upp ; WiFi SSID & Password for Malyan M200 & MP Select Mini ; ; Look below and replace "SSID" with the name of your WiFi network - don't leave spaces after the SSID name ; Look below and replace "PASSWORD" with the password for your WiFi network - don't leave spaces after the password ; This method will not work if WiFi password contains a semicolon “;” ; This method will not work for configuring open system WiFi networks with no password ; Lines with only a semicolon are for making line separations only ; Please add a blank line to the end of the file while editing. DokuWiki Code Blocks deletes blank lines at the end of the block but g-code files should end with a single blank line at the end. ; ; M106 S0 ; turn fan off in case it was already on M106 S200 ; turn fan on to signify start G28 X Y ; home X & Y ; ; M550 SSID M551 PASSWORD ; ; G1 X60 Y60 F1000 ; CENTER bed to signify completion M106 S0 ; turn fan to signify completion M84 ; disable motors
Using the IP address displayed on LCD, insert the address into the URL bar of your choice web browser.