From 70c0c8759805472d1c72bf9d2254900fff44a01e Mon Sep 17 00:00:00 2001 From: Lukas Matena Date: Fri, 13 Sep 2019 11:30:50 +0200 Subject: Renamed MeshClipper.cpp/.hpp to MeshUtils.cpp/.hpp More helper classes like the MeshClipper could live here Moved ClippingPlane class in here to start --- src/slic3r/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/slic3r/CMakeLists.txt') 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 -- cgit v1.2.3