mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-04 06:00:36 +08:00
implement Slic3r::Config::read_ini as a passthrough to Slic3r::ConfigBase::load()
This commit is contained in:
parent
844071073f
commit
cbc86b1d71
@ -308,6 +308,7 @@ Config::set(const t_config_option_key& opt_key, const double value)
|
||||
void
|
||||
Config::read_ini(const std::string& file)
|
||||
{
|
||||
this->_config.load(file);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
x
Reference in New Issue
Block a user