mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-30 12:50:50 -07:00
Merge branch 'main' into feat/configurable-bambu-network-lib
This commit is contained in:
commit
11c9794faa
127 changed files with 921 additions and 1657 deletions
|
|
@ -112,6 +112,11 @@ void AppConfig::set_defaults()
|
|||
if (get("background_processing").empty())
|
||||
set_bool("background_processing", false);
|
||||
#endif
|
||||
if (get("auto_slice_after_change").empty())
|
||||
set_bool("auto_slice_after_change", false);
|
||||
|
||||
if (get("auto_slice_change_delay_seconds").empty())
|
||||
set("auto_slice_change_delay_seconds", "1");
|
||||
|
||||
if (get("drop_project_action").empty())
|
||||
set_bool("drop_project_action", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue