OctoPrint-Estop/octoprint_estop/templates/estop_sidebar.jinja2

5 lines
320 B
Plaintext
Raw Normal View History

2017-03-22 22:17:16 +01:00
<div class="estop_sidebar">
<button type="button" id="emergemcy_stop" title="send M112 estop gcode command" class="btn-estop" data-bind="enable: enableEstop, click: function() { sendEstopCommand() }"><i class="fa fa-times" size="+2"></i>{{ _(' EMERGENCY STOP ') }}<i class="fa fa-times" size="+2"></i></button>
2017-03-22 22:17:16 +01:00
</div>