mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
ENH:C12 printer adds cloud only print settings
Change-Id: I8d2e7ad036bf67a7541c20e7a9b52580eb047773
This commit is contained in:
parent
4552699bde
commit
0d9c0c1c12
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue