NEW:support for sending print job from SD card view

Change-Id: I8366345ae4323c1b568bfd267d036e2474ff969a
This commit is contained in:
tao wang 2023-05-13 17:31:35 +08:00 committed by Lane.Wei
parent 3d1f61c7ed
commit 7af252fa99
18 changed files with 654 additions and 242 deletions

View file

@ -170,10 +170,12 @@ struct PrintParams {
std::string comments;
int origin_profile_id = 0;
std::string origin_model_id;
std::string print_type;
/* access options */
std::string dev_ip;
bool use_ssl;
bool use_ssl_for_ftp;
bool use_ssl_for_mqtt;
std::string username;
std::string password;