mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
FIX: [STUDIO-1105] default has ipcam
Change-Id: I92d1857289fcf37ffc0b76b388ec6ef033840020
This commit is contained in:
parent
711f5906b9
commit
ca9d1ad4ae
1 changed files with 2 additions and 0 deletions
|
@ -360,6 +360,8 @@ MachineObject::MachineObject(NetworkAgent* agent, std::string name, std::string
|
|||
home_flag = -1;
|
||||
hw_switch_state = 0;
|
||||
printing_speed_lvl = PrintingSpeedLevel::SPEED_LEVEL_INVALID;
|
||||
|
||||
has_ipcam = true; // default true
|
||||
}
|
||||
|
||||
MachineObject::~MachineObject()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue