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");