diff --git a/src/slic3r/GUI/DeviceManager.cpp b/src/slic3r/GUI/DeviceManager.cpp index fbff3def3f..c3ae18ae5b 100644 --- a/src/slic3r/GUI/DeviceManager.cpp +++ b/src/slic3r/GUI/DeviceManager.cpp @@ -1389,7 +1389,7 @@ void MachineObject::parse_version_func() local_use_ssl = ota_version->second.sw_ver.compare("01.03.01.04") >= 0; } } - } else if (printer_type == "C11") { + } else if (printer_type == "C11" || printer_type == "C12") { if (firmware_type == PrinterFirmwareType::FIRMWARE_TYPE_ENGINEER) local_use_ssl = false; else {