mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-01-30 23:48:44 +03:00
change QIDINetwork location
This commit is contained in:
@@ -303,8 +303,8 @@ set(SLIC3R_GUI_SOURCES
|
|||||||
Utils/FixModelByWin10.hpp
|
Utils/FixModelByWin10.hpp
|
||||||
Utils/Moonraker.cpp
|
Utils/Moonraker.cpp
|
||||||
Utils/Moonraker.hpp
|
Utils/Moonraker.hpp
|
||||||
Utils/QIDINetwork.cpp
|
Utils/qidi/QIDINetwork.cpp
|
||||||
Utils/QIDINetwork.hpp
|
Utils/qidi/QIDINetwork.hpp
|
||||||
Utils/OctoPrint.cpp
|
Utils/OctoPrint.cpp
|
||||||
Utils/OctoPrint.hpp
|
Utils/OctoPrint.hpp
|
||||||
Utils/Duet.cpp
|
Utils/Duet.cpp
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
#include <stack>
|
#include <stack>
|
||||||
|
|
||||||
//B64
|
//B64
|
||||||
#include "../Utils/QIDINetwork.hpp"
|
#include "../Utils/qidi/QIDINetwork.hpp"
|
||||||
#include "slic3r/GUI/WebUserLoginDialog.hpp"
|
#include "slic3r/GUI/WebUserLoginDialog.hpp"
|
||||||
class wxMenuItem;
|
class wxMenuItem;
|
||||||
class wxMenuBar;
|
class wxMenuBar;
|
||||||
|
|||||||
@@ -63,7 +63,7 @@
|
|||||||
#include "../Utils/PrintHost.hpp"
|
#include "../Utils/PrintHost.hpp"
|
||||||
|
|
||||||
//B64
|
//B64
|
||||||
#include "../Utils/QIDINetwork.hpp"
|
#include "../Utils/qidi/QIDINetwork.hpp"
|
||||||
namespace Slic3r {
|
namespace Slic3r {
|
||||||
namespace GUI {
|
namespace GUI {
|
||||||
wxDEFINE_EVENT(EVT_LOAD_URL, wxCommandEvent);
|
wxDEFINE_EVENT(EVT_LOAD_URL, wxCommandEvent);
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
#include <wx/tokenzr.h>
|
#include <wx/tokenzr.h>
|
||||||
|
|
||||||
//B64
|
//B64
|
||||||
#include "../Utils/QIDINetwork.hpp"
|
#include "../Utils/qidi/QIDINetwork.hpp"
|
||||||
#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,7 @@
|
|||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <slic3r/GUI/Widgets/WebView.hpp>
|
#include <slic3r/GUI/Widgets/WebView.hpp>
|
||||||
#include "../Utils/QIDINetwork.hpp"
|
#include "../Utils/qidi/QIDINetwork.hpp"
|
||||||
#include <nlohmann/json.hpp>
|
#include <nlohmann/json.hpp>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user