Fixed bug with update infill parameters
This commit is contained in:
parent
30f6e33656
commit
d9e2e37da7
1 changed files with 1 additions and 0 deletions
|
@ -628,6 +628,7 @@ void add_frequently_changed_parameters(wxWindow* parent, wxBoxSizer* sizer, wxFl
|
|||
if (opt_key == "fill_density"){
|
||||
value = m_optgroup->get_config_value(*config, opt_key);
|
||||
tab_print->set_value(opt_key, value);
|
||||
tab_print->update();
|
||||
}
|
||||
else{
|
||||
DynamicPrintConfig new_conf = *config;
|
||||
|
|
Loading…
Reference in a new issue