2017-07-23 18:20:27 +02:00
|
|
|
# Simple Emergency Stop
|
|
|
|
|
|
|
|
A simple plugin that add an Emergency stop button on the Octoprint NavBar
|
|
|
|
|
|
|
|
## Setup
|
|
|
|
|
|
|
|
Install via the bundled [Plugin Manager](https://github.com/foosel/OctoPrint/wiki/Plugin:-Plugin-Manager)
|
|
|
|
or manually using this URL:
|
|
|
|
|
|
|
|
https://github.com/BrokenFire/OctoPrint-SimpleEmergencyStop/archive/master.zip
|
|
|
|
|
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
|
|
|
- **emergencyGcode**
|
|
|
|
Diffine the GCODE to send when the button is pressed.
|
2017-07-25 23:58:19 +02:00
|
|
|
- **confirmationDialog** Show corfirmation dialog on click?
|
2017-07-25 22:30:10 +02:00
|
|
|
|
|
|
|
## API
|
|
|
|
|
|
|
|
Adding `plugin/simpleemergencystop` route, commande is `emergencyStop`.
|