Factored out the Print::apply() method and its dependending free functions

into PrintApply.cpp module.
This commit is contained in:
Vojtech Bubnik
2021-05-05 14:30:09 +02:00
parent 72ce8cb28d
commit d6c5961eb0
5 changed files with 837 additions and 833 deletions

View File

@@ -163,6 +163,7 @@ add_library(libslic3r STATIC
AppConfig.hpp
Print.cpp
Print.hpp
PrintApply.cpp
PrintBase.cpp
PrintBase.hpp
PrintConfig.cpp