add a bit scary warning
add a big scary warning to the settings page about software e-stops
This commit is contained in:
parent
9d9ff8824f
commit
a236450cb5
@ -76,4 +76,11 @@
|
||||
}
|
||||
#sidebar_plugin_estop {
|
||||
display: block !important;
|
||||
}
|
||||
.estop-warning-icon {
|
||||
color: #eb0000;
|
||||
font-size: 2em !important;
|
||||
}
|
||||
.estop-warning {
|
||||
font-style: italic;
|
||||
}
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user