I want to be able to control my FLSUN QQ over Wi-Fi and don't have OctoPrint or a Raspberry Pi to run it on.
2 Answers
Assuming you use Ultimaker Cura to slice, there is a MKS plugin that allows connecting to the MKS WiFi module that comes with the QQ. Just follow these steps:
Install the MKS WiFi Plugin
- Open Cura
- Click "Marketplace" in top right
- Select "Plugins"
- Scroll down to find the "MKS WiFi Plugin"
- Click on the plugin.
- Click "Install"
- Restart Cura (quit and reopen)
Configure WiFi
- Turn on your QQ
- Tap Settings
- Tap WiFi
- Enable WiFi
- Note the IP address and network name
- Connect your computer to the printers network
- Open your browser
- type the IP address of your printer into the address bar
- hit enter
- Scroll down to "WIFI Configuration"
- Select STA
- Enter your home network SSID into the field labeled "WIFI"
- Enter the password into the field labeled "KEY"
- Click configure and reboot
Setup your printer in Cura
- Open Cura
- Open settings > Printer > Manage Printers...
- Click "MKS Wifi"
- Click "Add"
- Enter the new IP address of your printer (can be found by opening WiFi settings on the printer)
- Click Ok 7, Click connect.
Now you should be connected to your printer. After slicing you should have the option to "Print over FLSUN..." In the Monitor interface you should have some other options such as sending commands to the printer, and printing any files already on the SD card, as well as uploading gcode files to the SD card.
Happy Printing

- 1,289
- 11
- 27
-
In case you update the printer's firmware to connect to my local wifi network I had to calibrate it again (using the auto-leveling kit). Also, I had to flash the printer twice for the auto-leveling functionality to work properly. – João Quintas Jan 07 '21 at 09:30
-
It's already in STA mode, how do I get it to open an access point? – AndreKR Nov 07 '21 at 23:23
As the auto-install from the Marketplace described in this answer wasn't working , I did have to manually install the MKS WiFi plugin on my Mac (M1 MBPro). To do this I just:
- Downloaded the GitHub files (from the plugin webpage, linked in the Marketplace)
- Right-clicked the Cura icon in the Applications folder, to show package contents
- I then went into the macOS folder and followed the plugin link
- Copy the downloaded GitHub files
- Restart Cura
I then just followed the printer setup advice in Cura from this answer.
No more messing around with SD cards :)