Compare commits
No commits in common. "master" and "0.1.2" have entirely different histories.
@ -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
|
||||
|
||||
@ -21,6 +21,7 @@ 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:
|
||||
color: violet
|
||||
components:
|
||||
order:
|
||||
sidebar:
|
||||
|
@ -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__
|
||||
|
Loading…
x
Reference in New Issue
Block a user