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:
authorSpencer Owen <owenspencer@gmail.com>2019-12-28 20:41:48 +0300
committerVojtěch Bubník <5830947+bubnikv@users.noreply.github.com>2020-01-06 11:37:35 +0300
commite7b835dc523df5c2cf1981f6e93aa9ad4b463f9b (patch)
treeac897080e52835eaee745de0169589e6c5e90c1a /src/slic3r/CMakeLists.txt
parentafbc4a4cf2e71d11885f9a7d449df3deaa4eaf2b (diff)
Add Astrobox to Print Host options
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 5b55b96b4..9fd846272 100644
--- a/src/slic3r/CMakeLists.txt
+++ b/src/slic3r/CMakeLists.txt
@@ -152,6 +152,8 @@ set(SLIC3R_GUI_SOURCES
Utils/Duet.hpp
Utils/FlashAir.cpp
Utils/FlashAir.hpp
+ Utils/AstroBox.cpp
+ Utils/AstroBox.hpp
Utils/PrintHost.cpp
Utils/PrintHost.hpp
Utils/Bonjour.cpp