mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-17 21:35:47 -07:00
FIX: fix some issue in sending files to external storage through cloud
JIRA: STUDIO-9372 STUDIO-9374 STUDIO-9368 If the printer version does not support uploading, the original protocol will be used Change-Id: I3d47ac2567c2c6709a5b983ff1ad552d9a8606d4 (cherry picked from commit b8dde8ae7f4f5883fc163c57bb607a08ecdabf2b)
This commit is contained in:
parent
f3610897c6
commit
4ef27847cd
4 changed files with 45 additions and 37 deletions
|
|
@ -6119,6 +6119,7 @@ void MachineObject::parse_new_info(json print)
|
|||
is_support_upgrade_kit = get_flag_bits(fun, 14);
|
||||
is_support_internal_timelapse = get_flag_bits(fun, 28);
|
||||
is_support_command_homing = get_flag_bits(fun, 32);
|
||||
is_support_brtc = get_flag_bits(fun, 31);
|
||||
}
|
||||
|
||||
/*aux*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue