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>2019-11-15 18:44:17 +0300
committerYuSanka <yusanka@gmail.com>2019-11-16 04:12:37 +0300
commitbc68b8eaf2cc1892af81f657c28ba885e500665f (patch)
tree9ffbfb14396762ae861650358d2672f89d41439d /src/slic3r/CMakeLists.txt
parent0fb8b2ce09458719fd8af7f3b1c2e7dd8e8f468e (diff)
parentbc53c44bf429c1f15a3b7771dddd149bfeeace82 (diff)
ExtruderSequenceDialog :
Fixed layouts after the second opening of the dialog. (Removing any extruder from the sequence does not cause an incorrect layout) Validation of entered values added (0 is not a valid value)
Diffstat (limited to 'src/slic3r/CMakeLists.txt')
-rw-r--r--src/slic3r/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/slic3r/CMakeLists.txt b/src/slic3r/CMakeLists.txt
index 253488cd4..f8d9291ff 100644
--- a/src/slic3r/CMakeLists.txt
+++ b/src/slic3r/CMakeLists.txt
@@ -146,6 +146,8 @@ set(SLIC3R_GUI_SOURCES
Utils/OctoPrint.hpp
Utils/Duet.cpp
Utils/Duet.hpp
+ Utils/FlashAir.cpp
+ Utils/FlashAir.hpp
Utils/PrintHost.cpp
Utils/PrintHost.hpp
Utils/Bonjour.cpp
@@ -156,6 +158,7 @@ set(SLIC3R_GUI_SOURCES
Utils/UndoRedo.hpp
Utils/HexFile.cpp
Utils/HexFile.hpp
+ Utils/Thread.hpp
)
if (APPLE)