mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
FIX: [STUDIO-1105] default has ipcam
Change-Id: I92d1857289fcf37ffc0b76b388ec6ef033840020
This commit is contained in:
@@ -360,6 +360,8 @@ MachineObject::MachineObject(NetworkAgent* agent, std::string name, std::string
|
|||||||
home_flag = -1;
|
home_flag = -1;
|
||||||
hw_switch_state = 0;
|
hw_switch_state = 0;
|
||||||
printing_speed_lvl = PrintingSpeedLevel::SPEED_LEVEL_INVALID;
|
printing_speed_lvl = PrintingSpeedLevel::SPEED_LEVEL_INVALID;
|
||||||
|
|
||||||
|
has_ipcam = true; // default true
|
||||||
}
|
}
|
||||||
|
|
||||||
MachineObject::~MachineObject()
|
MachineObject::~MachineObject()
|
||||||
|
|||||||
Reference in New Issue
Block a user