mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
More efficient syntax for the PrintConfigDef constructor
This commit is contained in:
parent
934bd43e35
commit
e381100812
3 changed files with 1064 additions and 1053 deletions
|
@ -537,6 +537,7 @@ class ConfigDef
|
|||
public:
|
||||
t_optiondef_map options;
|
||||
~ConfigDef();
|
||||
ConfigOptionDef* add(const t_config_option_key &opt_key, ConfigOptionType type);
|
||||
const ConfigOptionDef* get(const t_config_option_key &opt_key) const;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue