mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
ENH: printer compatible for tunnel protos
Change-Id: Ic409ad967da43ad696b75a6c97e90e1f70e7610d
This commit is contained in:
parent
d70a608921
commit
5a7aa74e62
6 changed files with 34 additions and 11 deletions
|
@ -632,6 +632,7 @@ public:
|
|||
std::string camera_resolution = "";
|
||||
bool xcam_first_layer_inspector { false };
|
||||
int xcam_first_layer_hold_count = 0;
|
||||
int local_camera_proto = 0;
|
||||
bool is_support_remote_tunnel{false};
|
||||
|
||||
bool xcam_ai_monitoring{ false };
|
||||
|
@ -785,6 +786,7 @@ public:
|
|||
std::vector<std::string> get_resolution_supported();
|
||||
bool is_support_print_with_timelapse();
|
||||
bool is_camera_busy_off();
|
||||
int get_local_camera_proto();
|
||||
|
||||
/* Msg for display MsgFn */
|
||||
typedef std::function<void(std::string topic, std::string payload)> MsgFn;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue