mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-21 09:52:11 +00:00
Allow selecting specific network plugin versions
This commit is contained in:
@@ -135,6 +135,8 @@ public:
|
||||
MachineObject(DeviceManager* manager, NetworkAgent* agent, std::string name, std::string id, std::string ip);
|
||||
~MachineObject();
|
||||
|
||||
void set_agent(NetworkAgent* agent) { m_agent = agent; }
|
||||
|
||||
public:
|
||||
enum ActiveState {
|
||||
NotActive,
|
||||
|
||||
Reference in New Issue
Block a user