mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00: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:
@@ -328,7 +328,7 @@ void AppConfig::set_defaults()
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
if (get("iot_environment").empty()) {
|
if (get("iot_environment").empty()) {
|
||||||
set("iot_environment", "1");
|
set("iot_environment", "2");
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user