mirror of
https://github.com/Sebclem/OctoPrint-SimpleEmergencyStop.git
synced 2024-11-05 00:53:00 +01:00
Merge remote-tracking branch 'origin/devel'
This commit is contained in:
commit
7326632e28
@ -14,3 +14,7 @@ or manually using this URL:
|
||||
|
||||
- **emergencyGcode**
|
||||
Diffine the GCODE to send when the button is pressed.
|
||||
|
||||
## API
|
||||
|
||||
Adding `plugin/simpleemergencystop` route, commande is `emergencyStop`.
|
||||
|
@ -1,3 +1,4 @@
|
||||
<h3>{{_("Simple Emergency Stop")}}</h3>
|
||||
<form class="form-horizontal">
|
||||
<div class="control-group">
|
||||
<label class="control-label">{{ _('Emergency GCODE:') }}</label>
|
||||
@ -6,4 +7,3 @@
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user