If you are running the Web UI on a Mac, PC, or Windows here is a cool trick to create a native application for controlling the Duet WiFi. The advantage is that your control interface doesn't get lost in a sea of browser tabs, and you can keep it in your dock for easy access. I little techie experience is useful but not too difficult.
I installed this for my Ender 3. If you have multiple printers, create an app for each!
Note: These instructions are for macOS. Yours may be slightly different on other platforms.
More info: https://github.com/jiahaog/nativefier
You'll need node.js
and npm
installed on your machine. Then, it is easy:
From the terminal app:
# Install nativefier
$ sudo npm install nativefier -g
# Lots of options for the application frame, like sizing, fullscreen, single-instance, etc.
$ nativefier --help
# Create the application frame. (substitute your IP address)
$ nativefier -f -n "Duet Ender 3" --single-instance http://192.168.0.34/
# "Duet Ender 3.app" created. Move to where you want it and run.