mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-21 15:51:10 -06:00
New erase() method for DynamicConfig objects
This commit is contained in:
parent
b5b8fb606f
commit
42519174cd
4 changed files with 8 additions and 1 deletions
|
@ -24,6 +24,7 @@
|
|||
%code{% THIS->apply(*other, true); %};
|
||||
std::vector<std::string> get_keys()
|
||||
%code{% THIS->keys(&RETVAL); %};
|
||||
void erase(t_config_option_key opt_key);
|
||||
};
|
||||
|
||||
%name{Slic3r::Config::Print} class PrintConfig {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue