From 5c01546814317f0ba1d189407a6371a132ed6087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Boisselier?= Date: Tue, 13 Jun 2023 20:34:12 +0200 Subject: [PATCH] raised the timeout on the plot graph script for slow file Pi alternatives --- scripts/shell_commands.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/shell_commands.cfg b/scripts/shell_commands.cfg index f25e9b234..e3e263948 100644 --- a/scripts/shell_commands.cfg +++ b/scripts/shell_commands.cfg @@ -3,7 +3,7 @@ [gcode_shell_command plot_graph] command: bash /home/pi/printer_data/config/scripts/plot_graphs.sh -timeout: 300.0 +timeout: 500.0 verbose: True [gcode_shell_command system_info]