mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-05 18:30:39 +08:00
FIX:The linear and angle parameters in the config
file are incorrectly initialized jira: STUDIO-8679 Change-Id: If592f7ab96d897afa22ef0b039b1541dfb29ecfc
This commit is contained in:
parent
b402ee9a0f
commit
a680c3ee1f
@ -374,8 +374,10 @@ void AppConfig::set_defaults()
|
||||
if (get("enable_step_mesh_setting").empty()) {
|
||||
set_bool("enable_step_mesh_setting", true);
|
||||
}
|
||||
if (get("linear_defletion", "angle_defletion").empty()) {
|
||||
if (get("linear_defletion").empty()) {
|
||||
set("linear_defletion", "0.003");
|
||||
}
|
||||
if (get("angle_defletion").empty()) {
|
||||
set("angle_defletion", "0.5");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user