Compare commits

..

No commits in common. "master" and "0.1.2" have entirely different histories.

2 changed files with 7 additions and 7 deletions

View File

@ -10,7 +10,7 @@ That's the point of an EMERGENCY stop!
## Setup
Install via the bundled plugin manager, or manually using this URL:
Install manually using this URL:
https://github.com/ntoff/OctoPrint-Estop/archive/master.zip
@ -20,11 +20,12 @@ Once installed, you may wish to move the button to the top of the sidebar, you c
Find the "appearance" section, and add the plugin to the top of the sidebar order. If no other components have been previously rearranged, you may end up with only the plugin in the order list, this is fine, you don't need to add every item to the list (not adding them won't stop them from showing up).
appearance:
components:
order:
sidebar:
- plugin_estop
appearance:
color: violet
components:
order:
sidebar:
- plugin_estop
Please note: White spaces are critical inside the config.yaml file, special care must be taken when adding or removing entries that the correct layout is maintained. For more information on config.yaml and its appearance section, see here: http://docs.octoprint.org/en/master/configuration/config_yaml.html#appearance

View File

@ -45,7 +45,6 @@ class EstopPlugin(octoprint.plugin.StartupPlugin,
)
__plugin_name__ = "Emergency Stop Button"
__plugin_pythoncompat__ = ">=2.7,<4"
def __plugin_load__():
global __plugin_implementation__