mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Fixed loading of old 3mf files.
This commit is contained in:
parent
879a7bb9e4
commit
e4eec90046
3 changed files with 27 additions and 14 deletions
|
@ -1237,6 +1237,7 @@ public:
|
|||
ConfigOption* optptr(const t_config_option_key &opt_key, bool create = false) override;
|
||||
// Overrides ConfigBase::keys(). Collect names of all configuration values maintained by this configuration store.
|
||||
t_config_option_keys keys() const override;
|
||||
bool empty() const { return options.empty(); }
|
||||
|
||||
// Set a value for an opt_key. Returns true if the value did not exist yet.
|
||||
// This DynamicConfig will take ownership of opt.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue