Go to file
Salandora 14ff4cf24d Bump version to 0.2.2 because of python 3 compatibility flag 2020-05-04 00:33:36 +02:00
octoprint_customControl Python 3 compatibility 2020-05-04 00:20:32 +02:00
.gitignore initial commit 2015-04-15 23:09:06 +02:00
LICENSE Added LICENSE file 2015-04-16 08:34:08 +02:00
README.md Update README.md 2019-08-15 05:08:32 +02:00
babel.cfg Some Work done 2015-04-18 11:45:57 +02:00
requirements.txt Some Work done 2015-04-18 11:45:57 +02:00
setup.py Bump version to 0.2.2 because of python 3 compatibility flag 2020-05-04 00:33:36 +02:00

README.md

WARNING

Plugin actually not in active development!

ATTENTION

Plugin still in development!

Plugin for OctoPrint - makes Custom Controls editable via settings

==================================================================

This plugin helps you create, edit and delete your custom controls. You can easly access all the options in the settings under customControl.

Right-Click on a Control or the Green box to open a context menu.

By using the container elements you can easly position the controls where you want.

Setup

Install the plugin like you would install any regular Python package from source:

pip install https://github.com/Salandora/octoprint-customControl/archive/master.zip

Make sure you use the same Python environment that you installed OctoPrint under, otherwise the plugin won't be able to satisfy its dependencies.