From 4509eab81677d3bc14d581cf3a368efa22a43246 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Sun, 9 Jun 2013 18:04:25 +0200 Subject: [PATCH] Enable sd support by default --- octoprint/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octoprint/settings.py b/octoprint/settings.py index 42b469c..71251b4 100644 --- a/octoprint/settings.py +++ b/octoprint/settings.py @@ -43,7 +43,7 @@ default_settings = { "waitForWaitOnConnect": False, "alwaysSendChecksum": False, "resetLineNumbersWithPrefixedN": False, - "sdSupport": False + "sdSupport": True }, "folder": { "uploads": None,