Add better implementation of tcp console

This commit is contained in:
Sergey Kovalev 2020-12-29 00:44:39 +07:00 committed by Sergey Kovalev
parent 11eafebd8f
commit 869b8c8c66
5 changed files with 303 additions and 51 deletions

View file

@ -237,6 +237,8 @@ set(SLIC3R_GUI_SOURCES
Utils/UndoRedo.hpp
Utils/HexFile.cpp
Utils/HexFile.hpp
Utils/TCPConsole.cpp
Utils/TCPConsole.hpp
Utils/MKS.cpp
Utils/MKS.hpp
)