mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-09 14:55:08 -06:00
ENH: set default environment to PRE
JIRA: STUDIO-4373 Change-Id: I1a02dcf3288aef22d690c40e2b900a89249b2f5f Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
8407c409d9
commit
66242d765a
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ void AppConfig::set_defaults()
|
|||
}
|
||||
#else
|
||||
if (get("iot_environment").empty()) {
|
||||
set("iot_environment", "1");
|
||||
set("iot_environment", "2");
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue