mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Auto arrange plate after cloning (#6009)
* Auto arrange plate after cloning
This commit is contained in:
parent
230a4aaad8
commit
45224eee21
3 changed files with 8 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue