Closed bbrendon closed 4 years ago
Yes it does need Python 3 support as Python 2 is EOL and won't get any more security updates but it works fine on the latest version of OctoPi and OctoPrint.
Will it get an update is another question as it seems like the last update was in 2017.
add on init.py
__plugin_pythoncompat__ = ">=2.7,<4"
like
plugin_name = "Fullscreen Plugin" plugin_pythoncompat = ">=2.7,<4"
Thanks for reporting. I will fix this in the next release.
I can't get this to install ...I think it's because it doesn't support python3. Feature request?