Skip to main content

Updating HivePrint Pi

Every once in a while the pi code will be updated. Updates will usually go out on the discord, so keep your eyes peeled. We will do our best to ensure no breaking changes are done. That being said, we are in beta, and any of our packages with a 0.x.y version mean they can be unstable.

Updating instructions

sudo systemctl stop hiveprintpi.service
cd /home/pi/projects/hiveprint-pi
pnpm update
sudo systemctl restart hiveprintpi-service
config.json persistance

If we communicate a change in the config.json, we will likely tell you what the change will be. This is why we move it out of the directory before deleting it. This allows you to keep the same IDs when the printer reconnects.