mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-17 10:15:55 +08:00
FIX: c12 version parse
Change-Id: I30461a306adbc2ddc5f3b9ee460369b655755d4e
This commit is contained in:
parent
d3cc111bd8
commit
9bc72ce339
@ -1450,6 +1450,7 @@ void MachineObject::parse_version_func()
|
|||||||
else {
|
else {
|
||||||
is_support_mqtt_alive = ota_version->second.sw_ver.compare("01.03.50.01") >= 0;
|
is_support_mqtt_alive = ota_version->second.sw_ver.compare("01.03.50.01") >= 0;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
} else if (printer_type == "C12") {
|
} else if (printer_type == "C12") {
|
||||||
is_support_ai_monitoring = true;
|
is_support_ai_monitoring = true;
|
||||||
is_cloud_print_only = true;
|
is_cloud_print_only = true;
|
||||||
@ -1471,7 +1472,6 @@ void MachineObject::parse_version_func()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
bool MachineObject::is_studio_cmd(int sequence_id)
|
bool MachineObject::is_studio_cmd(int sequence_id)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user