screensaver management for TFT+TouchUI
here’s how to turn the screensaver off when the printing starts and turn it back on when the printing is done
- grab the scripts from screensaver folder here and put them into the pi home folder, say under
/home/pi/screensaver
- edit the OctoPrint’s
config.yaml
- it hides under~/.octoprint
, include the section below:enabled: true subscriptions: - command: /home/pi/screensaver/startPrint.sh event: PrintStarted type: system - command: /home/pi/screensaver/endPrint.sh event: PrintDone type: system
- restart OctoPrint and enjoy your new screensaver behavior!