Added initial implementation of fixing 3MFs through the Netfabb

API provided through the Windows 10 Universal Windows Platform API.
This commit is contained in:
bubnikv 2018-06-04 17:27:33 +02:00
parent a9499ae45c
commit e65fac5e84
3 changed files with 307 additions and 0 deletions

View file

@ -232,6 +232,8 @@ add_library(libslic3r_gui STATIC
${LIBDIR}/slic3r/GUI/FirmwareDialog.hpp
${LIBDIR}/slic3r/Utils/Http.cpp
${LIBDIR}/slic3r/Utils/Http.hpp
${LIBDIR}/slic3r/Utils/FixModelByWin10.cpp
${LIBDIR}/slic3r/Utils/FixModelByWin10.hpp
${LIBDIR}/slic3r/Utils/OctoPrint.cpp
${LIBDIR}/slic3r/Utils/OctoPrint.hpp
${LIBDIR}/slic3r/Utils/Bonjour.cpp