Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Matena <lukasmatena@seznam.cz>2019-09-13 12:30:50 +0300
committerLukas Matena <lukasmatena@seznam.cz>2019-09-13 13:03:53 +0300
commit70c0c8759805472d1c72bf9d2254900fff44a01e (patch)
treecfd413278b8bae0a0a6bb017955f47befe3c7508 /src/slic3r/CMakeLists.txt
parent9782701dd4f3fe8b13c6ab0c4ed1c55f0bfdac73 (diff)
Renamed MeshClipper.cpp/.hpp to MeshUtils.cpp/.hpp
More helper classes like the MeshClipper could live here Moved ClippingPlane class in here to start
Diffstat (limited to 'src/slic3r/CMakeLists.txt')
-rw-r--r--src/slic3r/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/slic3r/CMakeLists.txt b/src/slic3r/CMakeLists.txt
index 8587f01f2..17b76e629 100644
--- a/src/slic3r/CMakeLists.txt
+++ b/src/slic3r/CMakeLists.txt
@@ -85,8 +85,8 @@ set(SLIC3R_GUI_SOURCES
GUI/GUI_ObjectLayers.hpp
GUI/LambdaObjectDialog.cpp
GUI/LambdaObjectDialog.hpp
- GUI/MeshClipper.cpp
- GUI/MeshClipper.hpp
+ GUI/MeshUtils.cpp
+ GUI/MeshUtils.hpp
GUI/Tab.cpp
GUI/Tab.hpp
GUI/ConfigManipulation.cpp