update libslic3r

This commit is contained in:
QIDI TECH
2025-02-26 20:06:22 +08:00
parent 7d213ce20c
commit d32f03deb8
29 changed files with 241 additions and 100 deletions

View File

@@ -178,6 +178,8 @@ void AppConfig::set_defaults()
set_bool("enable_lod", true);
if (get("enable_opengl_multi_instance").empty())
set_bool("enable_opengl_multi_instance", true);
if (get("import_single_svg_and_split").empty())
set_bool("import_single_svg_and_split", true);
if (get("user_bed_type").empty())
set_bool("user_bed_type", true);
if (get("grabber_size_factor").empty())
@@ -401,6 +403,9 @@ void AppConfig::set_defaults()
if (get("angle_defletion").empty()) {
set("angle_defletion", "0.5");
}
if (get("is_split_compound").empty()) {
set_bool("is_split_compound", false);
}
// 10
if (get("machine_list_net").empty())