8 lines
123 B
C++
8 lines
123 B
C++
|
#include "PrintConfig.hpp"
|
||
|
|
||
|
namespace Slic3r {
|
||
|
|
||
|
t_optiondef_map PrintConfig::PrintConfigDef = PrintConfig::build_def();
|
||
|
|
||
|
}
|