ENH:C12 printer adds cloud only print settings

Change-Id: I8d2e7ad036bf67a7541c20e7a9b52580eb047773
This commit is contained in:
tao wang 2023-05-26 15:58:37 +08:00 committed by Lane.Wei
parent 4552699bde
commit 0d9c0c1c12

View file

@ -1440,6 +1440,7 @@ void MachineObject::parse_version_func()
}
} else if (printer_type == "C12") {
is_support_ai_monitoring = true;
is_cloud_print_only = true;
if (firmware_type == PrinterFirmwareType::FIRMWARE_TYPE_ENGINEER) {
local_use_ssl_for_mqtt = false;
local_use_ssl_for_ftp = false;