mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 03:07:55 -06:00
ci: update network module based on commit be95fa8
Change-Id: I3ba0ac192eb9ee9e6fe1e1deff2d18c770ae63a3 (cherry picked from commit a38f0804ab1fa1131e7955f4c13c27972d36b93e)
This commit is contained in:
parent
1eb96b6979
commit
483fc9f147
1 changed files with 4 additions and 1 deletions
|
@ -41,7 +41,8 @@ namespace BBL {
|
|||
|
||||
#define BAMBU_NETWORK_LIBRARY "bambu_networking"
|
||||
#define BAMBU_NETWORK_AGENT_NAME "bambu_network_agent"
|
||||
#define BAMBU_NETWORK_AGENT_VERSION "01.05.00.08"
|
||||
#define BAMBU_NETWORK_AGENT_VERSION "01.05.05.01"
|
||||
|
||||
|
||||
//iot preset type strings
|
||||
#define IOT_PRINTER_TYPE_STRING "printer"
|
||||
|
@ -143,6 +144,8 @@ struct PrintParams {
|
|||
bool task_layer_inspect; /* first layer inspection of task */
|
||||
bool task_record_timelapse; /* record timelapse of task */
|
||||
bool task_use_ams;
|
||||
std::string task_bed_type;
|
||||
std::string extra_options;
|
||||
};
|
||||
|
||||
struct PublishParams {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue