mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 22:05:59 +08:00
Allow const reference to local full print config.
This commit is contained in:
parent
0218bd34ac
commit
a81b150e82
@ -11,6 +11,8 @@ class CLI {
|
||||
public:
|
||||
int run(int argc, char **argv);
|
||||
|
||||
const FullPrintConfig& full_print_config_ref() { return this->full_print_config; }
|
||||
|
||||
private:
|
||||
ConfigDef config_def;
|
||||
DynamicConfig config;
|
||||
|
Loading…
x
Reference in New Issue
Block a user