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:
authorYuSanka <yusanka@gmail.com>2020-01-23 17:07:31 +0300
committerYuSanka <yusanka@gmail.com>2020-01-23 18:11:21 +0300
commit5ff8ae955be3dfcae2387fe04386ee40ec868598 (patch)
tree495b376960bdf9dac2eac31275100ea44813ff38 /src/slic3r/CMakeLists.txt
parent1ed313ab7983bed9a1911da153ce2e3e0b473d6f (diff)
Implemented editing for extruder of existing ToolChangeCode tick
+ Code refactoring: DoubleSlider is extracted from wxExtensions
Diffstat (limited to 'src/slic3r/CMakeLists.txt')
-rw-r--r--src/slic3r/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slic3r/CMakeLists.txt b/src/slic3r/CMakeLists.txt
index 8f38cb21b..9e4fb84eb 100644
--- a/src/slic3r/CMakeLists.txt
+++ b/src/slic3r/CMakeLists.txt
@@ -142,6 +142,8 @@ set(SLIC3R_GUI_SOURCES
GUI/PrintHostDialogs.hpp
GUI/Mouse3DController.cpp
GUI/Mouse3DController.hpp
+ GUI/DoubleSlider.cpp
+ GUI/DoubleSlider.hpp
Utils/Http.cpp
Utils/Http.hpp
Utils/FixModelByWin10.cpp