MMU segmentation refactoring: Most of the MMU segmentation code

was extracted to its own file.
This commit is contained in:
Vojtech Bubnik 2021-04-20 15:07:00 +02:00
parent bf1fc7d436
commit 4f950343c8
5 changed files with 1520 additions and 1490 deletions

View file

@ -128,6 +128,8 @@ add_library(libslic3r STATIC
Model.hpp
ModelArrange.hpp
ModelArrange.cpp
MultiMaterialSegmentation.cpp
MultiMaterialSegmentation.hpp
CustomGCode.cpp
CustomGCode.hpp
Arrange.hpp