OctoPrint-Estop/octoprint_estop/templates/estop_sidebar.jinja2

5 lines
295 B
Plaintext
Raw Normal View History

<div id="sidebar_estop_background" class="estop_sidebar" data-bind="css: estopState">
<button type="button" id="emergemcy_stop" title="send M112 estop gcode command" class="btn-estop" data-bind="text: buttonText, enable: enableEstop, click: function() { sendEstopCommand() }"></button>
2017-03-22 22:17:16 +01:00
</div>