mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07: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