mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
8 lines
118 B
C++
8 lines
118 B
C++
#include "PrintConfig.hpp"
|
|
|
|
namespace Slic3r {
|
|
|
|
t_optiondef_map PrintConfigDef::def = PrintConfigDef::build_def();
|
|
|
|
}
|