ENH:allow printing of all files in the SD card

Change-Id: I72097ddc1fa1020de2133753f14c0715322ea3cd
This commit is contained in:
tao wang 2023-07-04 17:15:42 +08:00 committed by Lane.Wei
parent d8767b2cfe
commit 9d65199a2b
9 changed files with 51 additions and 25 deletions

View file

@ -176,6 +176,7 @@ struct PrintParams {
int origin_profile_id = 0;
std::string origin_model_id;
std::string print_type;
std::string dst_file;
/* access options */
std::string dev_ip;