mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-10-04 16:06:33 +08:00
8 lines
118 B
C++
8 lines
118 B
C++
#include "PrintConfig.hpp"
|
|
|
|
namespace Slic3r {
|
|
|
|
t_optiondef_map PrintConfigDef::def = PrintConfigDef::build_def();
|
|
|
|
}
|