From f58d66fe5ee5efd29ccbbdbac5a5093dbebef192 Mon Sep 17 00:00:00 2001
From: bubnikv <bubnikv@gmail.com>
Date: Fri, 29 Dec 2017 21:17:30 +0100
Subject: [PATCH] Disabled the object auto centering by default.

---
 xs/src/slic3r/GUI/AppConfig.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xs/src/slic3r/GUI/AppConfig.cpp b/xs/src/slic3r/GUI/AppConfig.cpp
index 9378a2094..99339e2f3 100644
--- a/xs/src/slic3r/GUI/AppConfig.cpp
+++ b/xs/src/slic3r/GUI/AppConfig.cpp
@@ -29,7 +29,7 @@ void AppConfig::set_defaults()
 {
     // Reset the empty fields to defaults.
     if (get("autocenter").empty())
-        set("autocenter", "1");
+        set("autocenter", "0");
     // Disable background processing by default as it is not stable.
     if (get("background_processing").empty())
         set("background_processing", "0");