Fix for #7781 - Entering value in Thumbnail setting causes PrusaSlicer to crash
Follow-up 106e520a
- During code refactoring "thumbnails" option wasn't correctly processed
This commit is contained in:
parent
e0883910dd
commit
ded855d0c2
4 changed files with 11 additions and 4 deletions
src/libslic3r
|
@ -1136,6 +1136,7 @@ void add_correct_opts_to_diff(const std::string &opt_key, t_config_option_keys&
|
|||
// list of options with vector variable, which is independent from number of extruders
|
||||
static const std::vector<std::string> independent_from_extruder_number_options = {
|
||||
"bed_shape",
|
||||
"thumbnails",
|
||||
"filament_ramming_parameters",
|
||||
"gcode_substitutions",
|
||||
"compatible_prints",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue