mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-16 08:12:39 -07: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;
|
||||
boost::split(values, str, boost::is_any_of(";"));
|
||||
if (values.size() == 1 && values[0] == "")
|
||||
break;
|
||||
values.resize(0);//break;
|
||||
config.option<ConfigOptionStrings>(opt_key)->values = values;
|
||||
}
|
||||
else{
|
||||
|
||||
Reference in New Issue
Block a user