mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Disabled the object auto centering by default.
This commit is contained in:
@@ -29,7 +29,7 @@ void AppConfig::set_defaults()
|
|||||||
{
|
{
|
||||||
// Reset the empty fields to defaults.
|
// Reset the empty fields to defaults.
|
||||||
if (get("autocenter").empty())
|
if (get("autocenter").empty())
|
||||||
set("autocenter", "1");
|
set("autocenter", "0");
|
||||||
// Disable background processing by default as it is not stable.
|
// Disable background processing by default as it is not stable.
|
||||||
if (get("background_processing").empty())
|
if (get("background_processing").empty())
|
||||||
set("background_processing", "0");
|
set("background_processing", "0");
|
||||||
|
|||||||
Reference in New Issue
Block a user