From 4094d28c071442e78ef7e5200559ca3bb7039601 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 (cherry picked from commit 5a6cd58) --- src/octoprint/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/octoprint/settings.py b/src/octoprint/settings.py index 9853800b..986477c7 100644 --- a/src/octoprint/settings.py +++ b/src/octoprint/settings.py @@ -60,7 +60,7 @@ default_settings = { "waitForStartOnConnect": False, "alwaysSendChecksum": False, "sdSupport": True, - "swallowOkAfterResend": False + "swallowOkAfterResend": True }, "folder": { "uploads": None,