From a236450cb556fee580487ddf5bfc6edc09f2305e Mon Sep 17 00:00:00 2001 From: ntoff Date: Sat, 10 Mar 2018 03:21:18 +1000 Subject: [PATCH] add a bit scary warning add a big scary warning to the settings page about software e-stops --- octoprint_estop/static/css/estop.css | 7 +++++++ octoprint_estop/templates/estop_settings.jinja2 | 2 ++ 2 files changed, 9 insertions(+) diff --git a/octoprint_estop/static/css/estop.css b/octoprint_estop/static/css/estop.css index 43f72df..68f0399 100644 --- a/octoprint_estop/static/css/estop.css +++ b/octoprint_estop/static/css/estop.css @@ -76,4 +76,11 @@ } #sidebar_plugin_estop { display: block !important; +} +.estop-warning-icon { + color: #eb0000; + font-size: 2em !important; +} +.estop-warning { + font-style: italic; } \ No newline at end of file diff --git a/octoprint_estop/templates/estop_settings.jinja2 b/octoprint_estop/templates/estop_settings.jinja2 index 5118e1d..3a208e6 100644 --- a/octoprint_estop/templates/estop_settings.jinja2 +++ b/octoprint_estop/templates/estop_settings.jinja2 @@ -17,4 +17,6 @@ + + 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.