mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Fixed updating of the value for "Post processing scripts" field
This commit is contained in:
@@ -165,7 +165,7 @@ void change_opt_value(DynamicPrintConfig& config, const t_config_option_key& opt
|
|||||||
std::vector<std::string> values;
|
std::vector<std::string> values;
|
||||||
boost::split(values, str, boost::is_any_of(";"));
|
boost::split(values, str, boost::is_any_of(";"));
|
||||||
if (values.size() == 1 && values[0] == "")
|
if (values.size() == 1 && values[0] == "")
|
||||||
break;
|
values.resize(0);//break;
|
||||||
config.option<ConfigOptionStrings>(opt_key)->values = values;
|
config.option<ConfigOptionStrings>(opt_key)->values = values;
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
|||||||
Reference in New Issue
Block a user