mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH:Support more SD card states
jira:[for sdcard] Change-Id: Ic09198a0ed357f827768ed2f8d8a9ed6266f749f (cherry picked from commit c877405caba2b75c515c814b7aaa0793200eee04)
This commit is contained in:
@@ -568,7 +568,7 @@ BBL::PrintParams SendMultiMachinePage::request_params(MachineObject* obj)
|
||||
params.comments = "no_ip";
|
||||
else if (obj->is_support_cloud_print_only)
|
||||
params.comments = "low_version";
|
||||
else if (!obj->has_sdcard())
|
||||
else if (obj->get_sdcard_state() == MachineObject::SdcardState::NO_SDCARD)
|
||||
params.comments = "no_sdcard";
|
||||
else if (params.password.empty())
|
||||
params.comments = "no_password";
|
||||
|
||||
Reference in New Issue
Block a user