From 5a6cd58f199b886c7cfd6aae17f1c9753d498aa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Sun, 20 Oct 2013 14:35:03 +0200 Subject: [PATCH] Make swallowOkAfterResend default to True, part of the fix for #166 --- octoprint/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octoprint/settings.py b/octoprint/settings.py index 7e0fab73..386a8ede 100644 --- a/octoprint/settings.py +++ b/octoprint/settings.py @@ -59,7 +59,7 @@ default_settings = { "waitForStartOnConnect": False, "alwaysSendChecksum": False, "sdSupport": True, - "swallowOkAfterResend": False + "swallowOkAfterResend": True }, "folder": { "uploads": None,