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:
authorbubnikv <bubnikv@gmail.com>2019-07-02 17:42:23 +0300
committerbubnikv <bubnikv@gmail.com>2019-07-02 17:42:23 +0300
commit5e846112eee7ff881b2fe5754d3136e152fe3220 (patch)
tree73f37178bf4560b84e05000e42e876448eee941d /src/slic3r/CMakeLists.txt
parent27ee68d2f9666f5ad48d5ffacf1d6ea404156dda (diff)
WIP UndoRedo: Added Undo/Redo stack, added Platter::take_snapshot(),
experimental snapshots on loading STLs and increasing / decreasing model instances.
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 1867a8186..da1afdfee 100644
--- a/src/slic3r/CMakeLists.txt
+++ b/src/slic3r/CMakeLists.txt
@@ -146,6 +146,8 @@ set(SLIC3R_GUI_SOURCES
Utils/PresetUpdater.hpp
Utils/Time.cpp
Utils/Time.hpp
+ Utils/UndoRedo.cpp
+ Utils/UndoRedo.hpp
Utils/HexFile.cpp
Utils/HexFile.hpp
)