Originally by Paul de Vries until 2024. Development was taken over by Mike Ratcliffe in February 2024.
This plugin will allow you to open the webcam feed in fullscreen mode by double clicking the image. It will show a bar at the bottom of the image with information about print time, remaining time, temperatures and a pause button.
Install via the bundled Plugin Manager or manually using this URL:
https://github.com/MikeRatcliffe/OctoPrint-FullScreen/archive/master.zip
If you have the awesome DisplayLayerProgress plugin, then the layer progress will also be displayed by this plugin.
- IE
- Edge
- Firefox
- Chrome
- Brave
https://docs.octoprint.org/en/master/development/environment.html#mac-os-x
xcode-select --install
sudo xcodebuild
brew install python
python -m ensurepip --upgrade
pip install virtualenv
cd ~/devel
git clone https://github.com/OctoPrint/OctoPrint.git
cd OctoPrint
virtualenv venv
source venv/bin/activate
pip install --upgrade pip
pip install -e '.[develop,plugins]'
pre-commit install
git config blame.ignoreRevsFile .git-blame-ignore-revs
source ./venv/bin/activate
octoprint serve
Listening on http://0.0.0.0:5000
and http://[::]:5000
https://docs.octoprint.org/en/master/plugins/gettingstarted.html
cd ~/Projects
git clone [email protected]:MikeRatcliffe/OctoPrint-FullScreen.git
cd OctoPrint-FullScreen
source ../OctoPrint/venv/bin/activate
octoprint dev plugin:install
- Kirchhoff Institute for Physics, Germany
- International Center for Hellenic and Mediterranean Studies (DIKEMES), Athens