get_option moved from Tab to ConfigOptionsGroup and extended. Added change_opt_value to changing option value in config
This commit is contained in:
@@ -140,9 +140,6 @@ public:
|
||||
void update_dirty();
|
||||
void load_config(DynamicPrintConfig config);
|
||||
|
||||
Option get_option(const std::string title, int idx = -1){
|
||||
return Option(*m_config_def->get(title), idx == -1 ? title : title + std::to_string(idx));
|
||||
}
|
||||
};
|
||||
|
||||
//Slic3r::GUI::Tab::Print;
|
||||
|
||||
Reference in New Issue
Block a user