Skip to content

Commit

Permalink
Fix after merge with master
Browse files Browse the repository at this point in the history
Fixed missing curly brace after improperly solved merge conflict.
  • Loading branch information
nemart69 committed Feb 9, 2021
1 parent 02b71f7 commit 28e5e41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/slic3r/GUI/OptionsGroup.cpp
Expand Up @@ -901,6 +901,7 @@ boost::any ConfigOptionsGroup::get_config_value(const DynamicPrintConfig& config
}
else if (opt_key == "brim_type") {
ret = static_cast<int>(config.option<ConfigOptionEnum<BrimType>>(opt_key)->value);
}
else if (opt_key == "raft_size_adjust") {
ret = static_cast<int>(config.option<ConfigOptionEnum<RaftSizeAdjust>>(opt_key)->value);
}
Expand Down

0 comments on commit 28e5e41

Please sign in to comment.