Skip to content

MikeRatcliffe/OctoPrint-FullScreen

 
 

Repository files navigation

OctoPrint-Fullscreen

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.

Setup

Install via the bundled Plugin Manager or manually using this URL:

https://github.com/MikeRatcliffe/OctoPrint-FullScreen/archive/master.zip

Other Extensions

If you have the awesome DisplayLayerProgress plugin, then the layer progress will also be displayed by this plugin.

Supported Browsers

  • IE
  • Edge
  • Firefox
  • Chrome
  • Brave

Development Environment

Octoprint Dev

https://docs.octoprint.org/en/master/development/environment.html#mac-os-x

Summary

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

Plugin Dev

https://docs.octoprint.org/en/master/plugins/gettingstarted.html

TL:DR

cd ~/Projects
git clone [email protected]:MikeRatcliffe/OctoPrint-FullScreen.git
cd OctoPrint-FullScreen
source ../OctoPrint/venv/bin/activate
octoprint dev plugin:install

Test Webcams:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 71.3%
  • CSS 13.4%
  • Python 8.7%
  • Jinja 6.6%