+
登录指南
+
+
+
通过 QIDI MAKER 或 QIDI LINK 注册并登录账号后,即可将你的 QIDI
+
STUDIO 软件绑定至账户。
+
完成绑定后,QIDI STUDIO 切片软件可通过 QIDI 云服务器、远程控制并管理
+
当前全部已登录该用户账号的打印机,实现远程发送打印任务、状态同步与
+
设备管理。
+
+
+
+
+
+
+
+
+
+
+
QIDI MAKER与QIDI LINK的区别?
+
QIDI MAKER APP是一个面向用户的一站式3D打印平台,致力于为用户提供便
+ 捷、流畅且愉悦的3D打印体验。目前,QIDI MAKER暂时仅兼容QIDI Max4,
+ 后续将逐步支持更多QIDI 3D打印机型号。
+
+
+
+
账号无法登录?
+
如遇到任何问题,请随时联系QIDI官方售后支持:
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/libslic3r/AppConfig.cpp b/src/libslic3r/AppConfig.cpp
index 4819984..333d41c 100644
--- a/src/libslic3r/AppConfig.cpp
+++ b/src/libslic3r/AppConfig.cpp
@@ -463,6 +463,12 @@ void AppConfig::set_defaults()
if (get("print", "enable_multi_box").empty()) {
set_str("print", "enable_multi_box", "0");
}
+
+//y76
+ if (get("print", "enable_air_condition").empty()){
+ set_str("print", "enable_air_condition", "0");
+ }
+
if (get("print", "flow_cali").empty()) {
set_str("print", "flow_cali", "1");
}
@@ -513,6 +519,16 @@ void AppConfig::set_defaults()
if(get("switch to device tab after upload").empty())
set_bool("switch to device tab after upload", false);
+//y76
+ if(get("last_selected_machine").empty())
+ set("last_selected_machine", "");
+
+ if(get("last_sel_machine_is_net").empty())
+ set_bool("last_sel_machine_is_net", false);
+
+ if(get("is_support_mqtt").empty())
+ set_bool("is_support_mqtt", false);
+
// Remove legacy window positions/sizes
erase("app", "main_frame_maximized");
erase("app", "main_frame_pos");
diff --git a/src/libslic3r/Preset.cpp b/src/libslic3r/Preset.cpp
index 49ce8ac..ac1f1c7 100644
--- a/src/libslic3r/Preset.cpp
+++ b/src/libslic3r/Preset.cpp
@@ -1073,6 +1073,8 @@ static std::vector