Compare commits
No commits in common. "master" and "0.1.2" have entirely different histories.
13
README.md
13
README.md
@ -10,7 +10,7 @@ That's the point of an EMERGENCY stop!
|
|||||||
|
|
||||||
## Setup
|
## 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
|
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).
|
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:
|
appearance:
|
||||||
components:
|
color: violet
|
||||||
order:
|
components:
|
||||||
sidebar:
|
order:
|
||||||
- plugin_estop
|
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
|
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
|
||||||
|
|
||||||
|
@ -45,7 +45,6 @@ class EstopPlugin(octoprint.plugin.StartupPlugin,
|
|||||||
)
|
)
|
||||||
|
|
||||||
__plugin_name__ = "Emergency Stop Button"
|
__plugin_name__ = "Emergency Stop Button"
|
||||||
__plugin_pythoncompat__ = ">=2.7,<4"
|
|
||||||
|
|
||||||
def __plugin_load__():
|
def __plugin_load__():
|
||||||
global __plugin_implementation__
|
global __plugin_implementation__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user