mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-02-07 04:11:50 +03:00
update libslic3r
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user