From 9d9ff8824f42a55912d4641d20a4a801177420c3 Mon Sep 17 00:00:00 2001 From: ntoff Date: Sat, 10 Mar 2018 02:56:22 +1000 Subject: [PATCH] added a little note about waiting in the settings add a little note to the settings page about it waiting 3 seconds before reconnecting --- octoprint_estop/templates/estop_settings.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octoprint_estop/templates/estop_settings.jinja2 b/octoprint_estop/templates/estop_settings.jinja2 index 8c4f171..5118e1d 100644 --- a/octoprint_estop/templates/estop_settings.jinja2 +++ b/octoprint_estop/templates/estop_settings.jinja2 @@ -13,7 +13,7 @@
- Enabling this will attempt to automatically cycle the connection to the printer. This may cause the printer's control board to be reset (may help break out of blocking commands). + Enabling this will attempt to automatically cycle the connection to the printer. This may cause the printer's control board to be reset and may help break out of blocking commands. Waits 3 seconds after the printer is "offline" before reconnecting.