mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
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