FIX: [STUDIO-1105] default has ipcam

Change-Id: I92d1857289fcf37ffc0b76b388ec6ef033840020
This commit is contained in:
chunmao.guo 2022-10-28 08:43:11 +08:00 committed by Lane.Wei
parent 711f5906b9
commit ca9d1ad4ae

View file

@ -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()