mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-09 07:21:49 +08:00
Fixed bug with update infill parameters
This commit is contained in:
parent
30f6e33656
commit
d9e2e37da7
@ -628,6 +628,7 @@ void add_frequently_changed_parameters(wxWindow* parent, wxBoxSizer* sizer, wxFl
|
|||||||
if (opt_key == "fill_density"){
|
if (opt_key == "fill_density"){
|
||||||
value = m_optgroup->get_config_value(*config, opt_key);
|
value = m_optgroup->get_config_value(*config, opt_key);
|
||||||
tab_print->set_value(opt_key, value);
|
tab_print->set_value(opt_key, value);
|
||||||
|
tab_print->update();
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
DynamicPrintConfig new_conf = *config;
|
DynamicPrintConfig new_conf = *config;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user