mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-01-30 23:48:44 +03:00
Delete QIDINetwork
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -22,3 +22,4 @@ deps/build-linux/*
|
|||||||
.pkg_cache
|
.pkg_cache
|
||||||
CMakeUserPresets.json
|
CMakeUserPresets.json
|
||||||
/resources/profiles
|
/resources/profiles
|
||||||
|
/src/slic3r/QIDI
|
||||||
|
|||||||
@@ -303,8 +303,6 @@ set(SLIC3R_GUI_SOURCES
|
|||||||
Utils/FixModelByWin10.hpp
|
Utils/FixModelByWin10.hpp
|
||||||
Utils/Moonraker.cpp
|
Utils/Moonraker.cpp
|
||||||
Utils/Moonraker.hpp
|
Utils/Moonraker.hpp
|
||||||
QIDI/QIDINetwork.cpp
|
|
||||||
QIDI/QIDINetwork.hpp
|
|
||||||
Utils/OctoPrint.cpp
|
Utils/OctoPrint.cpp
|
||||||
Utils/OctoPrint.hpp
|
Utils/OctoPrint.hpp
|
||||||
Utils/Duet.cpp
|
Utils/Duet.cpp
|
||||||
@@ -349,6 +347,13 @@ set(SLIC3R_GUI_SOURCES
|
|||||||
|
|
||||||
find_package(NanoSVG REQUIRED)
|
find_package(NanoSVG REQUIRED)
|
||||||
|
|
||||||
|
if(QDT_RELEASE_TO_PUBLIC)
|
||||||
|
list(APPEND SLIC3R_GUI_SOURCES
|
||||||
|
QIDI/QIDINetwork.cpp
|
||||||
|
QIDI/QIDINetwork.hpp
|
||||||
|
)
|
||||||
|
endif ()
|
||||||
|
|
||||||
if (APPLE)
|
if (APPLE)
|
||||||
list(APPEND SLIC3R_GUI_SOURCES
|
list(APPEND SLIC3R_GUI_SOURCES
|
||||||
Utils/RetinaHelperImpl.mm
|
Utils/RetinaHelperImpl.mm
|
||||||
|
|||||||
@@ -18,7 +18,9 @@
|
|||||||
#include <stack>
|
#include <stack>
|
||||||
|
|
||||||
//B64
|
//B64
|
||||||
|
#if QDT_RELEASE_TO_PUBLIC
|
||||||
#include "../QIDI/QIDINetwork.hpp"
|
#include "../QIDI/QIDINetwork.hpp"
|
||||||
|
#endif
|
||||||
#include "slic3r/GUI/WebUserLoginDialog.hpp"
|
#include "slic3r/GUI/WebUserLoginDialog.hpp"
|
||||||
class wxMenuItem;
|
class wxMenuItem;
|
||||||
class wxMenuBar;
|
class wxMenuBar;
|
||||||
|
|||||||
@@ -63,7 +63,9 @@
|
|||||||
#include "../Utils/PrintHost.hpp"
|
#include "../Utils/PrintHost.hpp"
|
||||||
|
|
||||||
//B64
|
//B64
|
||||||
|
#if QDT_RELEASE_TO_PUBLIC
|
||||||
#include "../QIDI/QIDINetwork.hpp"
|
#include "../QIDI/QIDINetwork.hpp"
|
||||||
|
#endif
|
||||||
namespace Slic3r {
|
namespace Slic3r {
|
||||||
namespace GUI {
|
namespace GUI {
|
||||||
wxDEFINE_EVENT(EVT_LOAD_URL, wxCommandEvent);
|
wxDEFINE_EVENT(EVT_LOAD_URL, wxCommandEvent);
|
||||||
|
|||||||
@@ -39,7 +39,9 @@
|
|||||||
#include <wx/tokenzr.h>
|
#include <wx/tokenzr.h>
|
||||||
|
|
||||||
//B64
|
//B64
|
||||||
|
#if QDT_RELEASE_TO_PUBLIC
|
||||||
#include "../QIDI/QIDINetwork.hpp"
|
#include "../QIDI/QIDINetwork.hpp"
|
||||||
|
#endif
|
||||||
#include <boost/thread.hpp>
|
#include <boost/thread.hpp>
|
||||||
#include "./Widgets/SwitchButton.hpp"
|
#include "./Widgets/SwitchButton.hpp"
|
||||||
#include "./Widgets/DeviceButton.hpp"
|
#include "./Widgets/DeviceButton.hpp"
|
||||||
|
|||||||
@@ -24,7 +24,9 @@
|
|||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <slic3r/GUI/Widgets/WebView.hpp>
|
#include <slic3r/GUI/Widgets/WebView.hpp>
|
||||||
|
#if QDT_RELEASE_TO_PUBLIC
|
||||||
#include "../QIDI/QIDINetwork.hpp"
|
#include "../QIDI/QIDINetwork.hpp"
|
||||||
|
#endif
|
||||||
#include <nlohmann/json.hpp>
|
#include <nlohmann/json.hpp>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
#include "QIDINetwork.hpp"
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
#ifndef slic3r_QIDINetwork_hpp_
|
|
||||||
#define slic3r_QIDINetwork_hpp_
|
|
||||||
#endif
|
|
||||||
Reference in New Issue
Block a user