4f37707acb
Update icon to new FA icon to be compatible with octoprint 1.3.5's move to an update font awesome Add a setting to allow changing of the command in situations where the user may wish to issue some other command other than M112
5 lines
287 B
Django/Jinja
5 lines
287 B
Django/Jinja
<div id="sidebar_estop_background" class="estop_sidebar" data-bind="css: estopState">
|
|
<button type="button" id="emergemcy_stop" class="btn-estop" data-bind="attr: { title: buttonTitle }, text: buttonText, enable: enableEstop, click: function() { sendEstopCommand() }"></button>
|
|
</div>
|
|
|