mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Auto arrange plate after cloning (#6009)
* Auto arrange plate after cloning
This commit is contained in:
@@ -253,6 +253,10 @@ void AppConfig::set_defaults()
|
||||
set_bool("show_splash_screen", true);
|
||||
}
|
||||
|
||||
if(get("auto_arrange").empty()) {
|
||||
set_bool("auto_arrange", true);
|
||||
}
|
||||
|
||||
if (get("show_model_mesh").empty()) {
|
||||
set_bool("show_model_mesh", false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user