mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
Decoupled a generic Config implementation from the PrintConfig definitions
This commit is contained in:
parent
b2b67372ad
commit
56d4da2ac7
9 changed files with 200 additions and 154 deletions
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();
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue