mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
FIX: config deep compare & plate config extruder switch
Change-Id: Iae1716e6511e252f131ab4355f9521d7611d7133 (cherry picked from commit 7e7e8723667852b34851fc19095f879b975773ba)
This commit is contained in:
@@ -2691,7 +2691,7 @@ void add_correct_opts_to_diff(const std::string &opt_key, t_config_option_keys&
|
||||
{
|
||||
int init_id = i <= opt_init_max_id ? i : 0;
|
||||
if (opt_cur->values[i] != opt_init->values[init_id]
|
||||
&& (strict || opt_cur->is_nil(i) || opt_init->is_nil(init_id)))
|
||||
&& (strict || !(opt_cur->is_nil(i) || opt_init->is_nil(init_id))))
|
||||
vec.emplace_back(opt_key + "#" + std::to_string(i));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user