Allow const reference to local full print config.

This commit is contained in:
Joseph Lenox 2018-11-24 13:09:39 -06:00 committed by Joseph Lenox
parent 0218bd34ac
commit a81b150e82

View File

@ -10,6 +10,8 @@ namespace Slic3r {
class CLI {
public:
int run(int argc, char **argv);
const FullPrintConfig& full_print_config_ref() { return this->full_print_config; }
private:
ConfigDef config_def;