Jump to content

Controlling the UM S-series over VNC


ahoeben

Recommended Posts

Posted (edited) · Controlling the UM S-series over VNC

Yesterday something dropped on the display of my trusty UM S5, and the display stopped working. It doesn't display anything, and the printer does not respond to touches on the location where the buttons would be. At some point I am going to have to see what is broken (does the display need replacing, or do I just need to reseat a cable?), but I would first have to find a screwdriver that will let me open the bottom of the printer to access the electronics. Thanks UM for making that extra-hard because you picked a PSU without a housing!

 

Anyway, I was left without a display for the foreseeable future, so I needed a solution. I found a very simple workaround: access the touchscreen UI via VNC!

 

Important caveats

* You can either use/see the touchscreen or use vnc. With the above modifications, the touchscreen will probably not show anything (I can't tell for sure; my display is broken).

* There is no password or other security; anybody on your network will have access to the printer interface via VNC.

 

How to enable VNC control of the touchscreen UI

You need to log in to the printer as root (default password: ultimaker). That means developer mode must be turned on. If you don't already have it turned on, and your display is broken, then I am afraid you are out of luck until you repair the screen.

 

Two files must be edited. Unless you are the type of person who likes editing files with vi, you may want to install nano:

apt update && apt install nano

The first file you need to edit is /lib/systemd/system/okuda.touchui\@.service. Change line 13 from

Environment=QT_QPA_PLATFORM=linuxfb

to:

Environment=QT_QPA_PLATFORM=vnc:size=800x320

The second thing that needs to be changed is the firewall, so that your favorite vnc client can access port 5900. In /usr/share/griffin/griffin/network/firewall/nftables_firewall_off.conf, add the following line (around line 20):

add rule ip filter INPUT ip protocol 6 ct state new tcp dport 5900 accept

Finally, reboot the printer. Once rebooted, the touchscreen UI will be accessible over VNC, on port 5900.

 

Edited by ahoeben
  • Thanks 1
Link to post
Share on other sites

Posted · Controlling the UM S-series over VNC

Wow,

 

How to enable VNC control of the touchscreen UI

You need to log in to the printer as root (default password: ultimaker). That means developer mode must be turned on. If you don't already have it turned on, and your display is broken, then I am afraid you are out of luck until you repair the screen.

 

Two files must be edited. Unless you are the type of person who likes editing files with vi, you may want to install nano:

 

__________________________________________________________

 

That's great info.

 

Thanks

 

Torgeir

  • Like 1
Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Our picks

    • UltiMaker Cura 5.8 beta released
      Another Cura release has arrived and in this 5.8 beta release, the focus is on improving Z seams, as well as completing support for the full Method series of printers by introducing a profile for the UltiMaker Method.
        • Like
      • 1 reply
    • Introducing the UltiMaker Factor 4
      We are happy to announce the next evolution in the UltiMaker 3D printer lineup: the UltiMaker Factor 4 industrial-grade 3D printer, designed to take manufacturing to new levels of efficiency and reliability. Factor 4 is an end-to-end 3D printing solution for light industrial applications
        • Thanks
        • Like
      • 3 replies
×
×
  • Create New...