mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-10-05 17:46:33 +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
|
void
|
||||||
Config::read_ini(const std::string& file)
|
Config::read_ini(const std::string& file)
|
||||||
{
|
{
|
||||||
|
this->_config.load(file);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user