add a bit scary warning

add a big scary warning to the settings page about software e-stops
This commit is contained in:
ntoff 2018-03-10 03:21:18 +10:00
parent 9d9ff8824f
commit a236450cb5
2 changed files with 9 additions and 0 deletions

View File

@ -76,4 +76,11 @@
}
#sidebar_plugin_estop {
display: block !important;
}
.estop-warning-icon {
color: #eb0000;
font-size: 2em !important;
}
.estop-warning {
font-style: italic;
}

View File

@ -17,4 +17,6 @@
</div>
</div>
</form>
<span class="fa fa-exclamation-triangle estop-warning-icon"> </span>
<span class="estop-warning">A software emergency stop button is no substitute for a proper emergency stop button that physically cuts the power to the printer. How the printer responds to emergency stop commands, and connection cycling, will depend entirely on the printer's controller board and firmware. Never leave a printer unattended for extended periods of time.</span>
</div>