mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-28 11:53:15 +08:00
fix:generate mo issue
This commit is contained in:
parent
1e4051b3af
commit
f7def577df
@ -525,7 +525,7 @@ void ConfigManipulation::update_print_fff_config(DynamicPrintConfig* config, con
|
|||||||
// layer_height shouldn't be equal to zero
|
// layer_height shouldn't be equal to zero
|
||||||
float skin_depth = config->opt_float("skin_infill_depth");
|
float skin_depth = config->opt_float("skin_infill_depth");
|
||||||
if (config->opt_float("infill_lock_depth") > skin_depth) {
|
if (config->opt_float("infill_lock_depth") > skin_depth) {
|
||||||
const wxString msg_text = _(L("lock depth should smaller than skin depth.\nReset to 50% of skin depth"));
|
const wxString msg_text = _(L("lock depth should smaller than skin depth.\nReset to 50%% of skin depth"));
|
||||||
MessageDialog dialog(m_msg_dlg_parent, msg_text, "", wxICON_WARNING | wxOK);
|
MessageDialog dialog(m_msg_dlg_parent, msg_text, "", wxICON_WARNING | wxOK);
|
||||||
DynamicPrintConfig new_conf = *config;
|
DynamicPrintConfig new_conf = *config;
|
||||||
is_msg_dlg_already_exist = true;
|
is_msg_dlg_already_exist = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user