Firmware updates remotely?

Is there a way to update raspberry pi image remotely from the client? Or through ssh? We have a whole print farm so flashing each SD card separately and then having to reconfigure settings manually per printer makes it take too much time to be worth staying up to date.

You can ssh to the RPi and run OS update with following command
sudo pacman -Syu
Currently there is no UI for that, unfortunately.

okay, that’s easier than what i’ve been doing originally so thanks.

Are updates automatic now?

3DPrinterOS Client Software - yes.
OS - no.

Ok, thank you for clarification