mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 20:28:08 -06:00
NEW:Support direct connection to LAN printers
jira:[connect printer] Change-Id: Ifdc25651f4effde8e2a2d2a4e690aa20e0ef7022 (cherry picked from commit 0ec49c3588c1f81c159193de352f8a47d39ffe74)
This commit is contained in:
parent
5c11aed655
commit
9ab3107304
9 changed files with 181 additions and 103 deletions
|
@ -172,6 +172,17 @@ enum ConnectStatus {
|
|||
ConnectStatusLost = 2,
|
||||
};
|
||||
|
||||
struct detectResult {
|
||||
std::string result_msg;
|
||||
std::string command;
|
||||
std::string dev_id;
|
||||
std::string model_id;
|
||||
std::string dev_name;
|
||||
std::string version;
|
||||
std::string bind_state;
|
||||
std::string connect_type;
|
||||
};
|
||||
|
||||
/* print job*/
|
||||
struct PrintParams {
|
||||
/* basic info */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue