From 47f69cf5eee9c8134bae3c4253dffd58def6dc7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Joz=C3=ADfek?= Date: Tue, 14 May 2024 16:47:08 +0200 Subject: [PATCH] Shorten the delay after power panic over USB --- prusa/link/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prusa/link/const.py b/prusa/link/const.py index 3772b4b7..c0d27aee 100644 --- a/prusa/link/const.py +++ b/prusa/link/const.py @@ -100,7 +100,7 @@ PRINT_END_TIMEOUT = 11 KEEPALIVE_INTERVAL = 12 -PP_MOVES_DELAY = 45 +PP_MOVES_DELAY = 20 # --- Lcd queue --- LCD_QUEUE_SIZE = 30