Decoupled a generic Config implementation from the PrintConfig definitions
This commit is contained in:
7
xs/src/PrintConfig.cpp
Normal file
7
xs/src/PrintConfig.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "PrintConfig.hpp"
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
t_optiondef_map PrintConfig::PrintConfigDef = PrintConfig::build_def();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user