User Manual

16
7. Locate and select the WiFi.gcode file. Once the printer centers the print head, the
process has been completed and your printer should connected to your Wi-Fi®
network.
Notes:
1.
You may have difficulty connecting to the Wi-Fi® network if you have a 2.4GHz and
5GHz network with the same SSID. Try changing the SSID of the 5GHz network if
this occurs. For best results, move the printer to a location closer to the Wi-Fi router
or access point.
2.
The printer cannot use both a Wi-Fi and USB connection.
Gcode Block
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 to signify start
;
;
M550 SSID
M551 PASSWORD
;
;
G1 X150 Y150 F1000 ; CENTER bed to signify completion
M106 S0 ; turn fan off to signify completion
M84 ; disable motors
Note that in the above gcode block, there are four lines that start with a semicolon. The 1st,
3rd, and 4th lines have a single space after the semicolon and the 2nd line has two spaces
after the semicolon. These spaces must be present, so do not use a text editor that strips
trailing spaces.